summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-12 19:02:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-12 19:02:25 +0000
commit5eba1ab34614b6b4c9f327fd8238a0ab448ce190 (patch)
tree11a57346fd6328aa801ace4a46b5eae4c9c7a2c6 /Configure
parent4e50072d56d54c1d3504e8187cb0dc7531c8b3ea (diff)
Oops...
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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)