From 7d8bb912331596e33f665e0d6ec6afaec3a81bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 19 Oct 2011 09:24:22 +0000 Subject: [PATCH] Fix indentation --- Configure | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Configure b/Configure index 7b0b5a0035..c5b895069c 100755 --- a/Configure +++ b/Configure @@ -701,17 +701,17 @@ my $fips=0; # 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 = (); # If ssl directory missing assume truncated FIPS tarball @@ -861,7 +861,7 @@ PROCESS_ARGS: elsif (/^fips$/) { $fips=1; - } + } elsif (/^rsaref$/) { # No RSAref support any more since it's not needed. -- GitLab