summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-10-15 01:23:07 +0100
committerGeoff Thorpe <geoff@openssl.org>2014-10-15 08:51:50 -0400
commitd9d09a8d0f2a42d02e9a4b11a9ac395a0e15b8ba (patch)
treedc7566748f949306fef40ce788aab8e82df3cd60 /util/mk1mf.pl
parent2b0532f3984324ebe1236a63d15893792384328d (diff)
Fix SRTP compile issues for windows
Related to CVE-2014-3513 This fix was developed by the OpenSSL Team Reviewed-by: Tim Hudson <tjh@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 bcd00ba943..f0c2df0267 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1145,6 +1145,7 @@ sub read_options
"dll" => \$shlib,
"shared" => 0,
"no-sctp" => 0,
+ "no-srtp" => 0,
"no-gmp" => 0,
"no-rfc3779" => 0,
"no-montasm" => 0,