From 6526d765fc3ca822cba2802596f6d910731f2173 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 19 Oct 2011 09:24:05 +0000 Subject: [PATCH] Fix indentation --- Configure | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Configure b/Configure index d9ba0daf76..641400e234 100755 --- a/Configure +++ b/Configure @@ -680,17 +680,17 @@ if (exists $ENV{FIPSDIR}) # All of the following is disabled by default (RC5 was enabled before 0.9.8): my %disabled = ( # "what" => "comment" [or special keyword "experimental"] - "ec_nistp_64_gcc_128" => "default", + "ec_nistp_64_gcc_128" => "default", "gmp" => "default", - "jpake" => "experimental", - "md2" => "default", - "rc5" => "default", + "jpake" => "experimental", + "md2" => "default", + "rc5" => "default", "rfc3779" => "default", - "shared" => "default", + "shared" => "default", "store" => "experimental", - "zlib" => "default", - "zlib-dynamic" => "default" - ); + "zlib" => "default", + "zlib-dynamic" => "default" + ); my @experimental = (); # This is what $depflags will look like with the above defaults @@ -825,7 +825,7 @@ PROCESS_ARGS: elsif (/^fips$/) { $fips=1; - } + } elsif (/^rsaref$/) { # No RSAref support any more since it's not needed. -- 2.25.1