Skip to content

Commit

Permalink
PROV: Build the main FIPS module code with FIPS_MODE defined
Browse files Browse the repository at this point in the history
Without that, its main source wasn't compiled correctly.

Fixes openssl#11089

Reviewed-by: Matthias St. Pierre <[email protected]>
(Merged from openssl#11090)
  • Loading branch information
levitte authored and mspncp committed Feb 14, 2020
1 parent 16d5604 commit f93a17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f93a17f

Please sign in to comment.