Make util/mk1mf.pl recognise no-weak-ssl-ciphers
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 01:03:51 +0000 (02:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 01:46:42 +0000 (02:46 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mk1mf.pl

index b5cb507d5d810a718ddc92dedac5b0723adae3a3..d1aac5bfec259065e3b5ed1ef032b1c8852bfb05 100755 (executable)
@@ -1392,6 +1392,7 @@ sub read_options
                "gaswin" => \$gaswin,
                "no-ssl3" => \$no_ssl3,
                "no-ssl3-method" => 0,
+               "no-weak-ssl-ciphers" => 0,
                "no-srp" => \$no_srp,
                "no-cms" => \$no_cms,
                "no-ec2m" => \$no_ec2m,