s_client and s_server now have their own man pages.
[openssl.git] / Configure
index af14a59778b113f53fc4a6a0c9338bd6e1515602..0c3b1dd3b63ca8da24c56dd3f756fc0c8df08434 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -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 ";