]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_extra_test: Do not manipulate providers in default context
authorTomas Mraz <tomas@openssl.org>
Wed, 24 Feb 2021 16:45:55 +0000 (17:45 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 25 Feb 2021 16:55:58 +0000 (17:55 +0100)
commit1cba86234aba9925ac01982c7aa8f9bc42f11a23
treedda3444229f8ec08275a79bc32581117bc901202
parent8cdc3425aff7447af868de8590053191b32ad454
evp_extra_test: Do not manipulate providers in default context

Otherwise the with OPENSSL_TEST_RAND_ORDER following tests will
be broken. There is also no real need to do that.

Fixes #14070

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14305)
test/evp_extra_test.c