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.
This commit is contained in:
Christoph M. Becker 2019-10-01 11:51:07 +02:00
parent 73f29a5c5e
commit 8812350c7a

View 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