summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-15 17:36:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-15 17:36:49 +0000
commit0b0dbb2cac80c20cfc4823c021436325d8f75ff6 (patch)
treeda356ff583e05192799b2eb6d07bde45e0c88580 /Configure
parent12bf56c017a34bd0d5fc6d817564ae49d0a9e861 (diff)
Don't disable JPAKE by default in head...
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 5d4bf0e20d..dbdd8d1949 100755
--- a/Configure
+++ b/Configure
@@ -648,7 +648,7 @@ my $perl;
my %disabled = ( # "what" => "comment"
"gmp" => "default",
- "experimental-jpake" => "default",
+ #"experimental-jpake" => "default",
"mdc2" => "default",
"rc5" => "default",
"rfc3779" => "default",