summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-16 10:10:26 +0000
committerMatt Caswell <matt@openssl.org>2021-02-24 12:13:38 +0000
commit81c15ed00bbe5cb4b864ad9b1fab12a26fa91201 (patch)
tree909912e2126ed83fa425806a6662954824290ffa /test/build.info
parentde4a88a979193e1f28c65c1f902828dd91d10ba5 (diff)
Test errors from a provider can still be accessed after unload
Providers can create errors that may refer to const strings within the provider module itself. If the provider gets unloaded we need to be sure that we can still access the errors in the error stack. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14213)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/build.info b/test/build.info
index 5bf35dcb10..3b0fa12d20 100644
--- a/test/build.info
+++ b/test/build.info
@@ -762,17 +762,17 @@ IF[{- !$disabled{tests} -}]
PROGRAMS{noinst}=provider_internal_test
DEFINE[provider_internal_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
SOURCE[provider_internal_test]=provider_internal_test.c p_test.c
- INCLUDE[provider_internal_test]=../include ../apps/include
+ INCLUDE[provider_internal_test]=../include ../apps/include ..
DEPEND[provider_internal_test]=../libcrypto.a libtestutil.a
PROGRAMS{noinst}=provider_test
DEFINE[provider_test]=PROVIDER_INIT_FUNCTION_NAME=p_test_init
SOURCE[provider_test]=provider_test.c p_test.c
- INCLUDE[provider_test]=../include ../apps/include
+ INCLUDE[provider_test]=../include ../apps/include ..
DEPEND[provider_test]=../libcrypto.a libtestutil.a
IF[{- !$disabled{module} -}]
MODULES{noinst}=p_test
SOURCE[p_test]=p_test.c
- INCLUDE[p_test]=../include
+ INCLUDE[p_test]=../include ..
IF[{- defined $target{shared_defflag} -}]
SOURCE[p_test]=p_test.ld
GENERATE[p_test.ld]=../util/providers.num