Load the default provider into the p_test provider later
authorMatt Caswell <matt@openssl.org>
Thu, 13 May 2021 14:52:19 +0000 (15:52 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 15 May 2021 09:33:52 +0000 (10:33 +0100)
commit522827160936319841f3f83fd246f92da96f5686
tree273398f5dec8c535b415015fc331d424bc63aa24
parent36a89c04390f2d98e740b9c53a1eead9dcb5f188
Load the default provider into the p_test provider later

Loading it earlier causes some of the later testing to pass when it should
fail and masked a bug.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15270)
test/p_test.c