tls1_3 is now on by default so we should instead test no-tls1_3
authorMatt Caswell <matt@openssl.org>
Tue, 13 Feb 2018 11:16:42 +0000 (11:16 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 May 2018 15:30:10 +0000 (16:30 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11)

run-checker/run-checker.sh

index 23121b155d84ee4824642798c299fb6350418b17..843cccb1253d08d515e654109195ecaa37a9f561 100755 (executable)
@@ -42,7 +42,7 @@ no-static-engine no-stdio no-threads no-ts enable-ubsan no-ui
 enable-unit-test no-whirlpool enable-weak-ssl-ciphers enable-zlib
 enable-zlib-dynamic 386 no-dtls no-tls no-ssl3 no-tls1 no-tls1_1 no-tls1_2
 no-dtls1 no-dtls1_2 no-ssl3-method no-tls1-method no-tls1_1-method
-no-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash enable-tls1_3 )
+no-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash no-tls1_3 )
 
 run-hook () {
     local hookname=$1; shift