From: Dr. Stephen Henson Date: Wed, 13 Jan 2016 17:56:37 +0000 (+0000) Subject: recognise no-crypto-mdebug X-Git-Tag: OpenSSL_1_1_0-pre2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7de1f0721f8439727ee9c71c56684b9d5ea7bdc3;p=oweals%2Fopenssl.git recognise no-crypto-mdebug Reviewed-by: Rich Salz --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index f4148ff7cb..bac5a6f4e9 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -1418,6 +1418,7 @@ sub read_options "no-unit-test" => 0, "no-deprecated" => 0, "no-ocb" => 0, + "no-crypto-mdebug" => 0, "fips" => \$fips, "fipscanisterbuild" => [\$fips, \$fipscanisterbuild], "fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],