]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix broken windows builds.
authorShane Lontis <shane.lontis@oracle.com>
Mon, 17 Aug 2020 02:34:17 +0000 (12:34 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 17 Aug 2020 13:35:49 +0000 (23:35 +1000)
commit6c4e2e52d87d61a6df3ddf5f67c7207387585d6c
treeaf159ba0c3f7c271c48c9179ad9f4661fb7a21f0
parentbfa6aaab45c30ced2da851ee92f8ac5942f08078
Fix broken windows builds.

A miscellaneous '\' was accidently added to set FIPSKEY=$(FIPSKEY) which was causing some
external CI build loops to not produce test results.
It looks like it was accidently copied from the unix variant which requires the '\'.
Thanks to Wolfgang Beck for tracking down the issue.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12661)
Configurations/windows-makefile.tmpl