[tools] master update

Richard Levitte levitte at openssl.org
Mon May 13 21:14:01 UTC 2019


The branch master has been updated
       via  31b2767973d7a072a36c0eaf68861f9a1a3fe7b2 (commit)
      from  f35dfdd6bba36d9b7568ee235177726ee6fe0f33 (commit)


- Log -----------------------------------------------------------------
commit 31b2767973d7a072a36c0eaf68861f9a1a3fe7b2
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 14 08:09:07 2019 +0100

    run-checker: Check enabling and disabling trace
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/tools/pull/37)

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

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 499fb02..3a76af6 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 )
+no-sm3 no-sm4 enable-trace )
 
 run-hook () {
     local hookname=$1; shift


More information about the openssl-commits mailing list