Fix the number of tests to skip if TLSv1.3 is disabled

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2875)
This commit is contained in:
Matt Caswell 2017-03-07 16:21:38 +00:00
parent 774c909bc9
commit 75e314f2d5

View File

@ -147,7 +147,7 @@ ok(TLSProxy::Message->fail(), "Changed record version in TLS1.2");
#TLS1.3 specific tests #TLS1.3 specific tests
SKIP: { SKIP: {
skip "TLSv1.3 disabled", 4 if disabled("tls1_3"); skip "TLSv1.3 disabled", 6 if disabled("tls1_3");
#Test 13: Sending a different record version in TLS1.3 should succeed #Test 13: Sending a different record version in TLS1.3 should succeed
$proxy->clear(); $proxy->clear();