diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-03 19:18:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-03 20:13:32 +0000 |
commit | 80940bc0d91727504f84e6cbedf51b6889bcbf85 (patch) | |
tree | 37db6811aaee86d285d19794aa4e6422b0fecb0a /test/runtest | |
parent | 58321cff06f8536b0656ac0ddfb42f427f1932cc (diff) |
Testsuite: OpenSSL info output during conn changes going to 1.1; give up trying to track changes
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest index fbe30e910..508759ebf 100755 --- a/test/runtest +++ b/test/runtest @@ -890,9 +890,7 @@ RESET_AFTER_EXTRA_LINE_READ: } # openssl version variances - next if /^SSL info: unknown state/; - next if /^SSL info: SSLv2\/v3 write client hello A/; - next if /^SSL info: SSLv3 read server key exchange A/; + next if /^SSL info:/; next if /SSL verify error: depth=0 error=certificate not trusted/; s/SSL3_READ_BYTES/ssl3_read_bytes/i; |