Commit 4639c68b authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 7030e35d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@ our %disabled = ( # "what" => "comment"
		  "zlib"                => "default",
		  "zlib-dynamic"        => "default",
		  "crypto-mdebug"       => "default",
		  "crypto-mdebug-backtrace" => "default",
		  "heartbeats"          => "default",
		);