summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index c726478b70..ca48b529e6 100755
--- a/Configure
+++ b/Configure
@@ -1083,6 +1083,8 @@ foreach (sort (keys %disabled))
}
else
{
+ ($ALGO,$algo) = ("RMD160","rmd160") if ($algo eq "ripemd");
+
$openssl_algorithm_defines .= "#define OPENSSL_NO_$ALGO\n";
print " OPENSSL_NO_$ALGO";
@@ -1093,6 +1095,8 @@ foreach (sort (keys %disabled))
push @skip, $algo;
# fix-up crypto/directory name(s)
@skip[$#skip]="whrlpool" if $algo eq "whirlpool";
+ @skip[$#skip]="ripemd" if $algo eq "rmd160";
+
print " (skip dir)";
$depflags .= " -DOPENSSL_NO_$ALGO";