From 7a6ce9039cb6690aae3cca01f18daab16b8e30d7 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Fri, 19 Jan 2018 08:24:29 +0100 Subject: [PATCH] Set OPENSSL_ENGINES for Windows Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5108) --- Configurations/windows-makefile.tmpl | 1 + 1 file changed, 1 insertion(+) 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(); } "" -} -- 2.34.1