[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Matt Caswell matt at openssl.org
Tue Feb 7 14:31:37 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  1c5ebcd87822c2af4b8fdc23fa8b9a7201fb7097 (commit)
      from  166e365ed84dfabec3274baf8a9ef8aa4e677891 (commit)


- Log -----------------------------------------------------------------
commit 1c5ebcd87822c2af4b8fdc23fa8b9a7201fb7097
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Feb 7 13:34:29 2017 +0000

    Suppress an "uknown option" warning when using no-dtls1 on Windows
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2567)

-----------------------------------------------------------------------

Summary of changes:
 util/mk1mf.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 7a3ae11..490a034 100755
--- 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,


More information about the openssl-commits mailing list