aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.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/mkdef.pl
parent1211e29c168afcbde0ee277fa92e8d816abc350e (diff)
downloadopenssl-732192a0796c4ecbef3b13ccc8ee8ab23e28f483.tar.gz
Fix no-deprecated on Windows
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index ccd72f5887..009d132247 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -246,6 +246,7 @@ foreach (@ARGV, split(/ /, $options))
elsif (/^no-sctp$/) { $no_sctp=1; }
elsif (/^no-srtp$/) { $no_srtp=1; }
elsif (/^no-unit-test$/){ $no_unit_test=1; }
+ elsif (/^no-deprecated$/) { $no_deprecated=1; }
}