]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't use legacy provider if not available in test_ssl_old
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 12:23:37 +0000 (12:23 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Dec 2020 10:56:22 +0000 (10:56 +0000)
commit49da54b9faca740592ff0645b480dfeaca775970
treeaa5e65763cb6cb2d43eecc90d1cf3b56d382d84c
parent5ae54dbac17b1408f70dfc273cd467734d065767
Don't use legacy provider if not available in test_ssl_old

If we've been configured with no-legacy then we should not attempt to
load the legacy provider.

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