From: Bernd Edlinger Date: Fri, 19 Jan 2018 07:24:29 +0000 (+0100) Subject: Set OPENSSL_ENGINES for Windows X-Git-Tag: OpenSSL_1_1_0h~122 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9593b9f558c6d65ce5f57c74e9923b375b05712d;p=oweals%2Fopenssl.git Set OPENSSL_ENGINES for Windows Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5108) (cherry picked from commit 7a6ce9039cb6690aae3cca01f18daab16b8e30d7) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 090a6023d8..29d157deff 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -209,6 +209,7 @@ test: tests set BLDTOP=$(BLDDIR) set RESULT_D=$(BLDDIR)\test\test-runs set PERL=$(PERL) + set OPENSSL_ENGINES=$(MAKEDIR)\engines set OPENSSL_DEBUG_MEMORY=on "$(PERL)" "$(SRCDIR)\test\run_tests.pl" $(TESTS) @rem {- if ($disabled{tests}) { output_on(); } else { output_off(); } "" -}