From 30fafdebf34ba8823bc3e528e0a310fc0384b188 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 25 Mar 2011 09:29:46 +0000 Subject: * Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl: Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled by default. If we don't do it this way, it screws up libeay.num. * util/libeay.num: make update --- Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Configure') diff --git a/Configure b/Configure index ad3e51f01c..16fcadb600 100755 --- a/Configure +++ b/Configure @@ -696,6 +696,7 @@ my $fips=0; # All of the following is disabled by default (RC5 was enabled before 0.9.8): my %disabled = ( # "what" => "comment" [or special keyword "experimental"] + "ec-nistp224-64-gcc-218" => "default", "gmp" => "default", "jpake" => "experimental", "md2" => "default", @@ -1074,7 +1075,7 @@ foreach (sort (keys %disabled)) else { my ($ALGO, $algo); - ($ALGO = $algo = $_) =~ tr/[a-z]/[A-Z]/; + ($ALGO = $algo = $_) =~ tr/[\-a-z]/[_A-Z]/; if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/) { -- cgit v1.2.3