From: Richard Levitte Date: Thu, 10 Mar 2016 01:03:51 +0000 (+0100) Subject: Make util/mk1mf.pl recognise no-weak-ssl-ciphers X-Git-Tag: OpenSSL_1_1_0-pre4~100 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c17622326a7c1212872a8604bbb86146f0e74ea;p=oweals%2Fopenssl.git Make util/mk1mf.pl recognise no-weak-ssl-ciphers Reviewed-by: Rich Salz --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index b5cb507d5d..d1aac5bfec 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -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,