Set OPENSSL_ENGINES for Windows
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 19 Jan 2018 07:24:29 +0000 (08:24 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 19 Jan 2018 12:26:53 +0000 (13:26 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5108)

(cherry picked from commit 7a6ce9039cb6690aae3cca01f18daab16b8e30d7)

Configurations/windows-makefile.tmpl

index 090a6023d869fb0d40330899064e20c118a3bc88..29d157defffb93320c50f389b376f30c73d4cc17 100644 (file)
@@ -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(); } "" -}