mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
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:
parent
73f29a5c5e
commit
8812350c7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user