mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
providers/build.info: Tag the FIPS module, for the build file
The build file templates have code to pick up the 'fips' attribute and thereby find out what module is the FIPS without having to resort to ugly hard coding. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13032)
This commit is contained in:
parent
8cab385ec5
commit
d3ed80802d
@ -140,7 +140,7 @@ ENDIF
|
||||
IF[{- !$disabled{fips} -}]
|
||||
# This is the trigger to actually build the FIPS module. Without these
|
||||
# statements, the final build file will not have a trace of it.
|
||||
MODULES=$FIPSGOAL
|
||||
MODULES{fips}=$FIPSGOAL
|
||||
LIBS{noinst}=$LIBFIPS
|
||||
ENDIF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user