X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=5e9337c504b5d70d213b1b6a399b39f4cb406bfe;hp=708594a7e5ccc80634cebc85513cba9783b2949f;hb=e2140501fd366c5af617f9210160e383cf4b2c86;hpb=3881d8106df732fc433d30446625dfa2396da42d diff --git a/Configure b/Configure index 708594a7e5..5e9337c504 100755 --- a/Configure +++ b/Configure @@ -847,7 +847,6 @@ PROCESS_ARGS: { if ($1 eq "ssl") { - $disabled{"ssl2"} = "option(ssl)"; $disabled{"ssl3"} = "option(ssl)"; } elsif ($1 eq "tls") @@ -1062,12 +1061,6 @@ if (defined($disabled{"ec"})) $disabled{"ecdh"} = "forced"; } -# SSL 2.0 requires MD5 and RSA -if (defined($disabled{"md5"}) || defined($disabled{"rsa"})) - { - $disabled{"ssl2"} = "forced"; - } - # SSL 3.0 and TLS requires MD5 and SHA and either RSA or DSA+DH if (defined($disabled{"md5"}) || defined($disabled{"sha"}) || (defined($disabled{"rsa"})