summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-21 12:53:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-21 12:53:07 +0000
commit6d5eb464c9c741711128387bb27e4732fbd2ffef (patch)
treee34bb8279bdaecbaa7a788e1d092ef6ab446949b
parent67f8de9ab8f894d0411582ad4c5a25d0c84c163e (diff)
Recognise new ECC option (from HEAD).
-rwxr-xr-xutil/mk1mf.pl2
-rwxr-xr-xutil/mkdef.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index c05697d8cd..ea50465460 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1120,7 +1120,7 @@ sub read_options
"no-cms" => \$no_cms,
"no-ec2m" => \$no_ec2m,
"no-jpake" => \$no_jpake,
- "no-ec-nistp224-64-gcc-128" => 0,
+ "no-ec_nistp_64_gcc_128" => 0,
"no-err" => \$no_err,
"no-sock" => \$no_sock,
"no-krb5" => \$no_krb5,
diff --git a/util/mkdef.pl b/util/mkdef.pl
index cd8af39fc2..9f321ad98c 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -223,7 +223,7 @@ foreach (@ARGV, split(/ /, $options))
elsif (/^no-tlsext$/) { $no_tlsext=1; }
elsif (/^no-cms$/) { $no_cms=1; }
elsif (/^no-ec2m$/) { $no_ec2m=1; }
- elsif (/^no-ec-nistp224-64-gcc-128$/) { $no_nistp_gcc=1; }
+ elsif (/^no-ec_nistp_64_gcc_128$/) { $no_nistp_gcc=1; }
elsif (/^no-ssl2$/) { $no_ssl2=1; }
elsif (/^no-capieng$/) { $no_capieng=1; }
elsif (/^no-jpake$/) { $no_jpake=1; }