summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-12 19:05:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-12 19:05:42 +0000
commit448da15fbfebcd7c454159b0efa46ad2897890da (patch)
treef9014835810d817e1d93b162625806f9d37e8825 /Configure
parenta1bb2d6c2fa4433b71c5657a14e2c531cf7057fe (diff)
Oops...
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 6641e00a0c..c424adbddb 100755
--- a/Configure
+++ b/Configure
@@ -1218,7 +1218,7 @@ if ($threads)
if ($jpake)
{
- $openssl_other_defines = "#define OPENSSL_EXPERIMENTAL_JPAKE\n";
+ $openssl_other_defines .= "#define OPENSSL_EXPERIMENTAL_JPAKE\n";
}
if ($zlib)