From: slontis Date: Fri, 27 May 2022 04:40:18 +0000 (+1000) Subject: Add Windows VERSIONINFO resource to fips provider dll. X-Git-Tag: openssl-3.2.0-alpha1~2573 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f0870d39eb055c8c67af8025fd1b9e01ce6a43;p=thirdparty%2Fopenssl.git Add Windows VERSIONINFO resource to fips provider dll. Fixes #18388 This just looks like an omission, as this is added to libcrypto and libssl Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/18416) --- diff --git a/providers/build.info b/providers/build.info index a70fa1a24c0..f2e2f5a6a06 100644 --- a/providers/build.info +++ b/providers/build.info @@ -118,6 +118,12 @@ IF[{- !$disabled{fips} -}] GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \ -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY) DEPEND[fipsmodule.cnf]=$FIPSGOAL + + # Add VERSIONINFO resource for windows + IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}] + GENERATE[fips.rc]=../util/mkrc.pl fips + SOURCE[$FIPSGOAL]=fips.rc + ENDIF ENDIF #