From 8812350c7af08cfa37282f449fe44d7e6cfa8fff Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 1 Oct 2019 11:51:07 +0200 Subject: [PATCH] Fix AppVeyor build `OPENSSL_CONF` must not contain quotes, but actually, we want to test the default path, so we don't even set `OPENSLL_CONF` anymore. --- appveyor/test_task.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 0578170a97c..dccdde4e822 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -58,8 +58,8 @@ mkdir %OPENSSLDIR% if %errorlevel% neq 0 exit /b 3 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR% if %errorlevel% neq 0 exit /b 3 -set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf -rem set OPENSSL_CONF= +rem set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf +set OPENSSL_CONF= rem set SSLEAY_CONF= rem prepare for Opcache