From ce70766cb22f2ff88d21d5f60f47cfb4d126ca61 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 16 Apr 2021 17:52:22 +0200 Subject: [PATCH] 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) --- providers/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2