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_1-pre1~177 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7a6ce9039cb6690aae3cca01f18daab16b8e30d7;ds=sidebyside Set OPENSSL_ENGINES for Windows Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5108) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 66529a2eda..aee8e8874b 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -220,6 +220,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(); } "" -}