summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-19 11:44:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-19 11:44:25 +0000
commit6b0ac883d062945ca2cb2eac6c71c2de01140a73 (patch)
tree2467c3dd9d2481d12197c39a0b46abb5852ee03d /util
parent7d8bb912331596e33f665e0d6ec6afaec3a81bcb (diff)
Recognise new option.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index d639fba74a..e27e81b610 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1352,7 +1352,7 @@ sub read_options
"no-cms" => \$no_cms,
"no-jpake" => \$no_jpake,
"no-ec2m" => \$no_ec2m,
- "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,