summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-12 13:10:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-12 13:10:27 +0000
commite24b01cc6f090ba9c6ac9c9d1a094c2e4a42114b (patch)
treea30805a90b48092b5ae4717e85aaf252e88a5efb /Configure
parent7f9ef5621a77afd0d7923649af085de09af9f786 (diff)
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. (update from HEAD, original from levitte).
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 9397ca1c4a..56f8c471c2 100755
--- a/Configure
+++ b/Configure
@@ -667,6 +667,7 @@ my $perl;
# 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",
@@ -1001,7 +1002,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-/)
{