aboutsummaryrefslogtreecommitdiffstats
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:56:16 -0400
commit3dd814ac4d0581af363068e83b5fa8d5271063d5 (patch)
treebeb2d6e3f6b57e11c0f178de840c596e60fc5943 /util/mk1mf.pl
parente659eff2c0ac6da05dd968a9354c9a69ca7f57b4 (diff)
downloadopenssl-3dd814ac4d0581af363068e83b5fa8d5271063d5.tar.gz
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> Conflicts: util/mkdef.pl util/ssleay.num
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 2495e6006a..45d58ef26e 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1459,6 +1459,7 @@ sub read_options
"dll" => \$shlib,
"shared" => 0,
"no-sctp" => 0,
+ "no-srtp" => 0,
"no-gmp" => 0,
"no-rfc3779" => 0,
"no-montasm" => 0,