The branch OpenSSL_1_0_2-stable has been updated via 1c5ebcd87822c2af4b8fdc23fa8b9a7201fb7097 (commit) from 166e365ed84dfabec3274baf8a9ef8aa4e677891 (commit)
- Log ----------------------------------------------------------------- commit 1c5ebcd87822c2af4b8fdc23fa8b9a7201fb7097 Author: Matt Caswell <m...@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 <levi...@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, _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits