From f93a17f13cef29ec73fc25aa186d240b439963f8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 Feb 2020 18:17:43 +0100 Subject: [PATCH] PROV: Build the main FIPS module code with FIPS_MODE defined Without that, its main source wasn't compiled correctly. Fixes #11089 Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/11090) --- providers/build.info | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/build.info b/providers/build.info index 6d4f6ae82c..a58c8eae75 100644 --- a/providers/build.info +++ b/providers/build.info @@ -101,6 +101,7 @@ SUBDIRS=fips $FIPSGOAL=fips DEPEND[$FIPSGOAL]=$LIBIMPLEMENTATIONS $LIBFIPS INCLUDE[$FIPSGOAL]=../include +DEFINE[$FIPSGOAL]=FIPS_MODE IF[{- defined $target{shared_defflag} -}] SOURCE[$FIPSGOAL]=fips.ld GENERATE[fips.ld]=../util/providers.num -- GitLab