From: Bodo Möller Date: Wed, 19 Oct 2011 09:24:05 +0000 (+0000) Subject: Fix indentation X-Git-Tag: OpenSSL_1_0_1-beta1~112 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6526d765fc3ca822cba2802596f6d910731f2173;p=oweals%2Fopenssl.git Fix indentation --- 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.