From: Richard Levitte Date: Tue, 29 Sep 2020 16:32:34 +0000 (+0200) Subject: providers/build.info: Tag the FIPS module, for the build file X-Git-Tag: openssl-3.0.0-alpha7~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3ed80802d129fea8be0c128e64d7d253d4586d3;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13032) --- diff --git a/providers/build.info b/providers/build.info index f2e0d433c95..b365bda0eca 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