aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-11 00:22:41 +0000
committerMatt Caswell <matt@openssl.org>2015-01-12 12:06:39 +0000
commit732192a0796c4ecbef3b13ccc8ee8ab23e28f483 (patch)
tree68c817129c1f45a28f48f5347f90c87b1e45c233 /util/mk1mf.pl
parent1211e29c168afcbde0ee277fa92e8d816abc350e (diff)
downloadopenssl-732192a0796c4ecbef3b13ccc8ee8ab23e28f483.tar.gz
Fix no-deprecated on Windows
Reviewed-by: Richard Levitte <levitte@openssl.org>
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 e83ef7d37d..08e0d3c856 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1465,6 +1465,7 @@ sub read_options
"no-zlib-dynamic" => 0,
"no-ssl-trace" => 0,
"no-unit-test" => 0,
+ "no-deprecated" => 0,
"fips" => \$fips,
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],