projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166e365
)
Suppress an "uknown option" warning when using no-dtls1 on Windows
author
Matt Caswell
<matt@openssl.org>
Tue, 7 Feb 2017 13:34:29 +0000
(13:34 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 7 Feb 2017 13:34:29 +0000
(13:34 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2567)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 7a3ae11f7865fe720764ac1b9276094db2c77f9d..490a034e4037e6d8eb35706914b46a5eca3acfb1 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-1207,6
+1207,7
@@
sub read_options
"no-ssl3-method" => 0,
"no-tlsext" => \$no_tlsext,
"no-tls1" => \$no_tls1,
+ "no-dtls1" => 0,
"no-srp" => \$no_srp,
"no-cms" => \$no_cms,
"no-jpake" => \$no_jpake,