summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-13 12:44:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-13 12:44:37 +0000
commit2d53648ce74a7f8a49b5c44478f935c45210d246 (patch)
treeb2e4672b20dd9fbcde0f8077839f5fd079c1804a /util
parent64ca6ac26bd88c92c3b1cd459c0dfa08d256ea24 (diff)
typo
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index f10a0c83e0..602d7cf420 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -219,7 +219,7 @@ foreach (@ARGV, split(/ /, $options))
elsif (/^no-rfc3779$/) { $no_rfc3779=1; }
elsif (/^no-tlsext$/) { $no_tlsext=1; }
elsif (/^no-cms$/) { $no_cms=1; }
- elsif (/^no-nistp224-64-gcc-128$/) { $no_nistp_gcc=1; }
+ elsif (/^no-ec-nistp224-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; }
@@ -1179,7 +1179,7 @@ sub is_valid
if ($keyword eq "TLSEXT" && $no_tlsext) { return 0; }
if ($keyword eq "PSK" && $no_psk) { return 0; }
if ($keyword eq "CMS" && $no_cms) { return 0; }
- if ($keyword eq "NISTP224-64-GCC-128" && $no_nistp_gcc)
+ if ($keyword eq "EC_NISTP224_64_GCC_128" && $no_nistp_gcc)
{ return 0; }
if ($keyword eq "SSL2" && $no_ssl2) { return 0; }
if ($keyword eq "CAPIENG" && $no_capieng) { return 0; }