From: Dr. Stephen Henson Date: Thu, 12 May 2011 13:59:04 +0000 (+0000) Subject: Ooops fix typo. X-Git-Tag: OpenSSL_1_0_1-beta1~321 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d768a816aaf15b7809f56677b748719a43725d4f;p=oweals%2Fopenssl.git Ooops fix typo. --- diff --git a/Configure b/Configure index 56f8c471c2..a91ba80db6 100755 --- a/Configure +++ b/Configure @@ -667,7 +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", + "ec-nistp224-64-gcc-128" => "default", "gmp" => "default", "jpake" => "experimental", "md2" => "default",