Make sure crypto-mdebug-backtrace must be enabled explicitely
authorRichard Levitte <levitte@openssl.org>
Wed, 25 May 2016 13:42:15 +0000 (15:42 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 May 2016 13:42:15 +0000 (15:42 +0200)
As it was until now, crypto-mdebug-backtrace was enabled by default
and only disabled if crypto-mdebug was disabled.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure

index 826e88280a788344fff67a04afc764e72f6e585f..f3eb72b43a5e1b5a04b10b61027324f96667738f 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -378,6 +378,7 @@ our %disabled = ( # "what"         => "comment"
                  "zlib"                => "default",
                  "zlib-dynamic"        => "default",
                  "crypto-mdebug"       => "default",
                  "zlib"                => "default",
                  "zlib-dynamic"        => "default",
                  "crypto-mdebug"       => "default",
+                 "crypto-mdebug-backtrace" => "default",
                  "heartbeats"          => "default",
                );
 
                  "heartbeats"          => "default",
                );