From: Dr. David von Oheimb Date: Fri, 16 Apr 2021 15:52:22 +0000 (+0200) Subject: Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_tests X-Git-Tag: openssl-3.0.0-alpha17~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14901%2Fhead;p=thirdparty%2Fopenssl.git Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_tests Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14901) --- diff --git a/providers/build.info b/providers/build.info index 065b570253c..e9ec4cf6468 100644 --- a/providers/build.info +++ b/providers/build.info @@ -119,7 +119,7 @@ IF[{- !$disabled{fips} -}] # the generated commands in build templates are expected to catch that, # and thereby keep control over the exact output file location. IF[{- !$disabled{tests} -}] - DEPEND[|tests|]=fipsmodule.cnf + DEPEND[|run_tests|]=fipsmodule.cnf GENERATE[fipsmodule.cnf]=../apps/openssl fipsinstall \ -module providers/$(FIPSMODULENAME) -provider_name fips \ -mac_name HMAC -section_name fips_sect