From: Dr. Stephen Henson Date: Fri, 13 May 2011 12:37:40 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL-fips-2_0-rc1~431 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ece59288699772315e460b15865d7980b6bb027;p=oweals%2Fopenssl.git typo --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 8d3f97060e..3f0eda1529 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -227,7 +227,6 @@ foreach (@ARGV, split(/ /, $options)) elsif (/^no-cms$/) { $no_cms=1; } elsif (/^no-ec2m$/) { $no_ec2m=1; } elsif (/^no-nistp224-64-gcc-128$/) { $no_nistp_gcc=1; } - elsif (/^no-ec2m$/) { $no_nistp_gcc=1; } elsif (/^no-nextprotoneg$/) { $no_nextprotoneg=1; } elsif (/^no-ssl2$/) { $no_ssl2=1; } elsif (/^no-capieng$/) { $no_capieng=1; }