Delete the sslprovider test
authorMatt Caswell <matt@openssl.org>
Thu, 14 May 2020 14:45:38 +0000 (15:45 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 May 2020 08:45:14 +0000 (09:45 +0100)
commit88b15ed9a54c591c3962149560d4f851322a54c4
treea0911e269e00042373752564843cd702628f7820
parentd9321c09ea0b1231d9752935e15eb05231ae147a
Delete the sslprovider test

This was added before the changes to the sslap/ssl_new/ssl_old tests which
run those tests with a non-default library context. It no longer adds
anything that those tests don't already do, so it can be deleted.

This also fixes a number of run-checker build failures which were failing
in this test if TLSv1.2 was disabled.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11832)
test/build.info
test/recipes/90-test_sslprovider.t [deleted file]
test/sslprovidertest.c [deleted file]