[tools] master update

Matt Caswell matt at openssl.org
Tue Dec 8 15:49:53 UTC 2020


The branch master has been updated
       via  6305ba8fded75d8dcc410caae0a22c712228b721 (commit)
      from  7f0c30333ce9b6a8101c8aa01a8156c014182c16 (commit)


- Log -----------------------------------------------------------------
commit 6305ba8fded75d8dcc410caae0a22c712228b721
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Dec 2 13:32:58 2020 +0000

    Add a check for no-legacy to run-checker
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/tools/pull/78)

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

Summary of changes:
 run-checker/run-checker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 19849cd..441fc60 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -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


More information about the openssl-commits mailing list