make no-des and no-rc2 work.

This commit is contained in:
Bodo Möller
2000-01-07 12:15:54 +00:00
parent b64e735b08
commit 63da21c01b
9 changed files with 74 additions and 13 deletions

View File

@@ -378,6 +378,7 @@ foreach (@ARGV)
$depflags .= "-DNO_$algo ";
if ($algo eq "DES")
{
push @skip, "mdc2";
$options .= " no-mdc2";
$flags .= "-DNO_MDC2 ";
$depflags .= "-DNO_MDC2 ";