summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-25 15:42:15 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-25 15:42:15 +0200
commit4639c68b976c04f11ce45111f55755f1cf0dbcc9 (patch)
tree5bb7ec474a8bf486a09e833a8cc7724289939667 /Configure
parent7030e35d079655ccb5ec6de92da74559cdab0416 (diff)
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 <rsalz@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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",
);