Fix ssl_test_new with no-tls1_2
authorMatt Caswell <matt@openssl.org>
Sun, 10 Dec 2017 10:15:34 +0000 (10:15 +0000)
committerMatt Caswell <matt@openssl.org>
Sun, 10 Dec 2017 11:05:59 +0000 (11:05 +0000)
commitf5fea6657d2e70b72766e640260be45c8f70ac15
tree3e1dc85914265088bb1a4cda2dd30d3df6acf8ef
parentdf364297495e1d7409f1fcb0f4432c8671019cd8
Fix ssl_test_new with no-tls1_2

The tests in 25-cipher.conf all use TLSv1.2 ciphersuites so we shouldn't
run it if we don't have TLSv1.2

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4889)
test/recipes/80-test_ssl_new.t