Add a check for no-legacy to run-checker
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 13:32:58 +0000 (13:32 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 8 Dec 2020 15:49:23 +0000 (15:49 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/tools/pull/78)

run-checker/run-checker.sh

index 19849cd4faa47552ab8a119c030f63ea178ab808..441fc6000728952da6a8f6a8fb43d495566dc16a 100755 (executable)
@@ -43,7 +43,7 @@ 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 no-tls1_3 no-sm2
-no-sm3 no-sm4 enable-trace )
+no-sm3 no-sm4 enable-trace no-legacy)
 
 run-hook () {
     local hookname=$1; shift