From 7f45482721f20539eb270e8676341eda199778aa Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 3 Apr 2024 15:18:33 -0400 Subject: Add test for OSSL_PROVIDER_load with module path set Ensure that, with the modulepath setting set in a config field, that we are able to load a provider from the path relative to OPENSSL_MODULES Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24025) (cherry picked from commit 91a77cbf66c575345cf1eab31717e8edafcd1633) --- test/build.info | 1 + 1 file changed, 1 insertion(+) (limited to 'test/build.info') diff --git a/test/build.info b/test/build.info index 78619a85c5..27bbbadfc2 100644 --- a/test/build.info +++ b/test/build.info @@ -1052,6 +1052,7 @@ IF[{- !$disabled{tests} -}] ENDIF IF[{- $disabled{module} || !$target{dso_scheme} -}] DEFINE[provider_test]=NO_PROVIDER_MODULE + DEFINE[prov_config_test]=NO_PROVIDER_MODULE DEFINE[provider_internal_test]=NO_PROVIDER_MODULE ENDIF DEPEND[]=provider_internal_test.cnf -- cgit v1.2.3