mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_tests
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14901)
This commit is contained in:
parent
c612c7a455
commit
ce70766cb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user