]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix intermittent CI failure in evp_kdf_test for non_caching build.
authorShane Lontis <shane.lontis@oracle.com>
Fri, 28 May 2021 07:18:56 +0000 (17:18 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 28 May 2021 21:20:01 +0000 (07:20 +1000)
commit189c4759ebb7eefe6c8edb0a5493dc4082f45696
tree9d20ddb4b07dfa028de9b275a211219e6a5f773d
parentb6b3694c9002faf17636a32ae2486e252b3247b4
Fix intermittent CI failure in evp_kdf_test for non_caching build.

Fixes #15515

Another case of the order that tests run in causes a failure.
A new test was loading "legacy" into the default lib ctx. If it
ran first then everything fails. The test now has its own lib ctx.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15516)
test/evp_kdf_test.c