Suppress an "uknown option" warning when using no-dtls1 on Windows
authorMatt Caswell <matt@openssl.org>
Tue, 7 Feb 2017 13:34:29 +0000 (13:34 +0000)
committerMatt 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

index 7a3ae11f7865fe720764ac1b9276094db2c77f9d..490a034e4037e6d8eb35706914b46a5eca3acfb1 100755 (executable)
@@ -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,