提交 2a4af947 编写于 作者: A Andy Polyakov

Configure: addendum to OPENSSL_NO_[RMD160|RIPEMD] harmonization.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 2863d5f3
......@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册