[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Fri Jan 19 12:27:08 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  9593b9f558c6d65ce5f57c74e9923b375b05712d (commit)
      from  09f1a0937deb8c10a30c1f405aff3163d346bbdf (commit)


- Log -----------------------------------------------------------------
commit 9593b9f558c6d65ce5f57c74e9923b375b05712d
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Fri Jan 19 08:24:29 2018 +0100

    Set OPENSSL_ENGINES for Windows
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5108)
    
    (cherry picked from commit 7a6ce9039cb6690aae3cca01f18daab16b8e30d7)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/windows-makefile.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 090a602..29d157d 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(); } "" -}


More information about the openssl-commits mailing list