aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-01-13 17:56:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-13 18:08:19 +0000
commit7de1f0721f8439727ee9c71c56684b9d5ea7bdc3 (patch)
treeca1b2b0f056f4783ad05f40cc30a5036eed75633 /util
parent60f9f1e1c821eea5bf6969e6eee578b1f0eccf9d (diff)
downloadopenssl-7de1f0721f8439727ee9c71c56684b9d5ea7bdc3.tar.gz
recognise no-crypto-mdebug
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index f4148ff7cb..bac5a6f4e9 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],