commit | 63da21c01ba1b4fa4bd5adb8b3b36567025b8e15 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Fri Jan 07 12:15:54 2000 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Fri Jan 07 12:15:54 2000 +0000 |
tree | 3538d02fe0742b65179cce5356ac32f3cd587837 | |
parent | b64e735b08c98ec98e597bc9c306b18692bcf49f [diff] [blame] |
make no-des and no-rc2 work.
diff --git a/Configure b/Configure index af14a59..0c3b1dd 100755 --- a/Configure +++ b/Configure
@@ -378,6 +378,7 @@ $depflags .= "-DNO_$algo "; if ($algo eq "DES") { + push @skip, "mdc2"; $options .= " no-mdc2"; $flags .= "-DNO_MDC2 "; $depflags .= "-DNO_MDC2 ";