From d768a816aaf15b7809f56677b748719a43725d4f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 12 May 2011 13:59:04 +0000 Subject: [PATCH] Ooops fix typo. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 56f8c471c..a91ba80db 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",