[openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Fri Feb 14 20:37:05 UTC 2020
The branch master has been updated
via f93a17f13cef29ec73fc25aa186d240b439963f8 (commit)
from 16d560439d8b1be5082228a87576a8f79b3525ac (commit)
- Log -----------------------------------------------------------------
commit f93a17f13cef29ec73fc25aa186d240b439963f8
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Feb 13 18:17:43 2020 +0100
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 <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11090)
-----------------------------------------------------------------------
Summary of changes:
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
More information about the openssl-commits
mailing list