summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-01-19 08:24:29 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-01-19 13:25:31 +0100
commit7a6ce9039cb6690aae3cca01f18daab16b8e30d7 (patch)
tree67539010d23c3f34491c5f0c3dd5549f3e995567 /Configurations
parentc7454e1af74b1b99f3f47f782a6ac484c4c55b7f (diff)
Set OPENSSL_ENGINES for Windows
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5108)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/windows-makefile.tmpl1
1 files changed, 1 insertions, 0 deletions
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(); } "" -}