From: Richard Levitte Date: Wed, 25 May 2016 13:42:15 +0000 (+0200) Subject: Make sure crypto-mdebug-backtrace must be enabled explicitely X-Git-Tag: OpenSSL_1_1_0-pre6~700 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4639c68b976c04f11ce45111f55755f1cf0dbcc9 Make sure crypto-mdebug-backtrace must be enabled explicitely As it was until now, crypto-mdebug-backtrace was enabled by default and only disabled if crypto-mdebug was disabled. Reviewed-by: Rich Salz --- diff --git a/Configure b/Configure index 826e88280a..f3eb72b43a 100755 --- a/Configure +++ b/Configure @@ -378,6 +378,7 @@ our %disabled = ( # "what" => "comment" "zlib" => "default", "zlib-dynamic" => "default", "crypto-mdebug" => "default", + "crypto-mdebug-backtrace" => "default", "heartbeats" => "default", );