summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
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 /util/mk1mf.pl
parent67f8de9ab8f894d0411582ad4c5a25d0c84c163e (diff)
Recognise new ECC option (from HEAD).
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 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,