From f3c0dd4f0cd3bc282575a98181f8190d81189a78 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 6 Mar 2023 18:38:00 -0500 Subject: Add test for context duplication failure This checks that the first operation successfully completes even if context duplication fails. But follwing operations get errors as if the context was finlised. Signed-off-by: Simo Sorce Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/20375) --- test/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/build.info') diff --git a/test/build.info b/test/build.info index 15c0985150..99f27e12b5 100644 --- a/test/build.info +++ b/test/build.info @@ -180,7 +180,7 @@ IF[{- !$disabled{tests} -}] DEFINE[evp_test]=NO_LEGACY_MODULE ENDIF - SOURCE[evp_extra_test]=evp_extra_test.c + SOURCE[evp_extra_test]=evp_extra_test.c fake_rsaprov.c INCLUDE[evp_extra_test]=../include ../apps/include DEPEND[evp_extra_test]=../libcrypto.a libtestutil.a -- cgit v1.2.1