X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=f427d14f5160b680183a128c818ef9bc1b7b42a4;hp=5d8305bbf96fb39aa42f22a0fd3bb6df2f3369d3;hb=5eba1ab34614b6b4c9f327fd8238a0ab448ce190;hpb=4e50072d56d54c1d3504e8187cb0dc7531c8b3ea diff --git a/Configure b/Configure index 5d8305bbf9..f427d14f51 100755 --- a/Configure +++ b/Configure @@ -1167,7 +1167,7 @@ if ($threads) if ($jpake) { - $openssl_other_defines = "#define OPENSSL_EXPERIMENTAL_JPAKE\n"; + $openssl_other_defines .= "#define OPENSSL_EXPERIMENTAL_JPAKE\n"; } if ($zlib)