summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-10-19 09:24:05 +0000
committerBodo Möller <bodo@openssl.org>2011-10-19 09:24:05 +0000
commit6526d765fc3ca822cba2802596f6d910731f2173 (patch)
treedff5d6e6f2403f3c601c1d62a205254d515c5cb7 /Configure
parent3d520f7c2d9e75eec2ec5ad10f8f9d5220bfd6cf (diff)
downloadopenssl-new-6526d765fc3ca822cba2802596f6d910731f2173.tar.gz
Fix indentation
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure18
1 files 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.