From 9c17622326a7c1212872a8604bbb86146f0e74ea Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 10 Mar 2016 02:03:51 +0100 Subject: [PATCH] Make util/mk1mf.pl recognise no-weak-ssl-ciphers Reviewed-by: Rich Salz --- util/mk1mf.pl | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1