summaryrefslogtreecommitdiffstats
path: root/providers/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-09-29 18:32:34 +0200
committerRichard Levitte <levitte@openssl.org>2020-10-08 11:29:23 +0200
commitd3ed80802d129fea8be0c128e64d7d253d4586d3 (patch)
tree46a9e56a06cacfbb1fe574bde3c7f14ba0937683 /providers/build.info
parent8cab385ec522aa9a78e8f507becc90ec3a6c8fdb (diff)
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)
Diffstat (limited to 'providers/build.info')
-rw-r--r--providers/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/build.info b/providers/build.info
index f2e0d433c9..b365bda0ec 100644
--- a/providers/build.info
+++ b/providers/build.info
@@ -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