From b0248cbc3e2fa20e9c4d97845808537f9bd4206a Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 12 Aug 2020 22:20:23 +0200 Subject: Add libctx/provider support to cmp_client_test Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11808) --- test/cmp_msg_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cmp_msg_test.c') diff --git a/test/cmp_msg_test.c b/test/cmp_msg_test.c index 1a090a6a02..78eea31c9c 100644 --- a/test/cmp_msg_test.c +++ b/test/cmp_msg_test.c @@ -554,7 +554,7 @@ int setup_tests(void) } if (!TEST_ptr(newkey = gen_rsa()) - || !TEST_ptr(cert = load_pem_cert(server_cert_f)) + || !TEST_ptr(cert = load_pem_cert(server_cert_f, NULL)) || !TEST_int_eq(1, RAND_bytes(ref, sizeof(ref)))) { cleanup_tests(); return 0; -- cgit v1.2.3