[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed May 25 19:16:30 UTC 2016
The branch master has been updated
via 4639c68b976c04f11ce45111f55755f1cf0dbcc9 (commit)
from 7030e35d079655ccb5ec6de92da74559cdab0416 (commit)
- Log -----------------------------------------------------------------
commit 4639c68b976c04f11ce45111f55755f1cf0dbcc9
Author: Richard Levitte <levitte at openssl.org>
Date: Wed May 25 15:42:15 2016 +0200
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 at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/Configure b/Configure
index 826e882..f3eb72b 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",
);
More information about the openssl-commits
mailing list