[openssl-commits] [tools] master update

Matt Caswell matt at openssl.org
Mon Aug 20 14:53:52 UTC 2018


The branch master has been updated
       via  2a01977682aadf36adcc66dd7ac2bbe0cbc26d24 (commit)
      from  4e85c274b47997105dad347852584d464e2cef02 (commit)


- Log -----------------------------------------------------------------
commit 2a01977682aadf36adcc66dd7ac2bbe0cbc26d24
Author: Matt Caswell <matt at openssl.org>
Date:   Thu Aug 16 10:47:14 2018 +0100

    The "tls13downgrade" Configure option no longer exists
    
    So, we need to remove checking of it from run-checker.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/tools/pull/27)

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

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 a04b68f..499fb02 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -31,7 +31,7 @@ no-err no-filenames
 no-aria no-asan no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng
 no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer
 no-heartbeats no-md2 no-msan no-rc5 no-sctp no-ssl no-ssl-trace no-tests
-no-tls13downgrade no-ubsan no-ui-console no-unit-test no-weak-ssl-ciphers
+no-ubsan no-ui-console no-unit-test no-weak-ssl-ciphers
 no-zlib no-zlib-dynamic
 enable-fuzz-afl enable-fuzz-libfuzzer enable-heartbeats no-hw no-hw-padlock
 no-idea no-makedepend enable-md2 no-md4 no-mdc2 no-gost no-multiblock


More information about the openssl-commits mailing list