summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-13 12:46:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-13 12:46:12 +0000
commitc6ead3cdd387d3907f0fcbc6edd80cdf22834a61 (patch)
treef85fed77a50c39663a1b81d22114a9fd4d5cf6d1 /util
parent2d53648ce74a7f8a49b5c44478f935c45210d246 (diff)
Recognise and ignore no-ec-nistp224-64-gcc-128 (from HEAD).
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 1542b89e64..a29a3ca133 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1063,6 +1063,7 @@ sub read_options
"no-srp" => \$no_srp,
"no-cms" => \$no_cms,
"no-jpake" => \$no_jpake,
+ "no-ec-nistp224-64-gcc-128" => 0,
"no-err" => \$no_err,
"no-sock" => \$no_sock,
"no-krb5" => \$no_krb5,