The branch master has been updated
       via  4639c68b976c04f11ce45111f55755f1cf0dbcc9 (commit)
      from  7030e35d079655ccb5ec6de92da74559cdab0416 (commit)


- Log -----------------------------------------------------------------
commit 4639c68b976c04f11ce45111f55755f1cf0dbcc9
Author: Richard Levitte <[email protected]>
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 <[email protected]>

-----------------------------------------------------------------------

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",
                );
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to