Fix regression in evp_test for provider compat CI
authorNeil Horman <nhorman@openssl.org>
Tue, 12 Sep 2023 21:07:53 +0000 (17:07 -0400)
committerPauli <pauli@openssl.org>
Sun, 17 Sep 2023 11:02:58 +0000 (21:02 +1000)
commitbbb6d620f6014274cb00a8186225447a2a114543
tree0fe9e44d15e564b1cdf97fd7068db50f9bdd643c
parent388a8e731445d190a46ec27b2ff5b4bf334d526b
Fix regression in evp_test for provider compat CI

If we ignore the faliure to copy on an old fips provider, we need to use
ctx_base, rather than ctx

Fixes #22076

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