From: Dr. Stephen Henson Date: Wed, 12 Nov 2008 19:02:25 +0000 (+0000) Subject: Oops... X-Git-Tag: OpenSSL_0_9_8k^2~158 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5eba1ab34614b6b4c9f327fd8238a0ab448ce190;p=oweals%2Fopenssl.git Oops... --- 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)