[openssl-commits] [openssl] master update

Dr. Stephen Henson steve at openssl.org
Wed Jan 13 18:08:31 UTC 2016


The branch master has been updated
       via  7de1f0721f8439727ee9c71c56684b9d5ea7bdc3 (commit)
      from  60f9f1e1c821eea5bf6969e6eee578b1f0eccf9d (commit)


- Log -----------------------------------------------------------------
commit 7de1f0721f8439727ee9c71c56684b9d5ea7bdc3
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Wed Jan 13 17:56:37 2016 +0000

    recognise no-crypto-mdebug
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 util/mk1mf.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index f4148ff..bac5a6f 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1418,6 +1418,7 @@ sub read_options
 		"no-unit-test" => 0,
 		"no-deprecated" => 0,
 		"no-ocb" => 0,
+		"no-crypto-mdebug" => 0,
 		"fips" => \$fips,
 		"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
 		"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],


More information about the openssl-commits mailing list