From 4639c68b976c04f11ce45111f55755f1cf0dbcc9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 25 May 2016 15:42:15 +0200 Subject: [PATCH] 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 --- Configure | 1 + 1 file changed, 1 insertion(+) 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", ); -- 2.25.1