Fix an ssl_test_old test failure
authorMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 16:06:40 +0000 (17:06 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 21 Apr 2020 13:50:48 +0000 (14:50 +0100)
commiteb7598039683971b020a3d1395b2ca1257579a59
treeda59cafcc34f70d62b532e7d5f78d6c81cd1c9e6
parent62ba834554d8795cb247a3a6fd630b56f1716709
Fix an ssl_test_old test failure

In builds where SSLv3 is enabled ssl_test_old was failing. We need to
make sure we disable SSLv3 related tests when using the FIPS provider.

[extended tests]

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11586)
test/recipes/80-test_ssl_old.t