From 5eba1ab34614b6b4c9f327fd8238a0ab448ce190 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 12 Nov 2008 19:02:25 +0000 Subject: [PATCH] Oops... --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1