Don't use the legacy provider in test_store if its not available
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 13:09:28 +0000 (13:09 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Dec 2020 10:56:34 +0000 (10:56 +0000)
commit8891a12b5b8fcce9cb36dbb444ff09df9f16dbea
treee8dbfc1b8c2566e60b52db2a952bfb1c5c4ff4ac
parentd5e8d260089dd928b27d72096c745f61ca4a0d57
Don't use the legacy provider in test_store if its not available

If we don't have the legacy provider then we avoid having to use it.

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