projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7030e35
)
Make sure crypto-mdebug-backtrace must be enabled explicitely
author
Richard Levitte
<levitte@openssl.org>
Wed, 25 May 2016 13:42:15 +0000
(15:42 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Configure
b/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",
+ "crypto-mdebug-backtrace" => "default",
"heartbeats" => "default",
);