]> granicus.if.org Git - php/commitdiff
Fix AppVeyor build
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 1 Oct 2019 09:51:07 +0000 (11:51 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 1 Oct 2019 09:51:07 +0000 (11:51 +0200)
`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

index 0578170a97ca754a4a5ba11d0f0da60f0b3ea5f7..dccdde4e822bf1230775a1e965faef04e3285a31 100644 (file)
@@ -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