aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-01 22:12:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-01 22:12:03 +0000
commit8fdb4f1af3c696b731d7debc7ed039291eec2894 (patch)
tree9f6b8dafd5725d6d3f90ed517a9bbada076ff43a /util/mk1mf.pl
parentae432028d1353d94546c2f5004927b42baed71bd (diff)
downloadopenssl-8fdb4f1af3c696b731d7debc7ed039291eec2894.tar.gz
recognise OPENSSL_NO_SSL_TRACE
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index b566bbf610..d818c61b9f 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1384,6 +1384,7 @@ sub read_options
"no-store" => 0,
"no-zlib" => 0,
"no-zlib-dynamic" => 0,
+ "no-ssl-trace" => 0,
"fips" => \$fips,
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],