Skip to content

Commit 8812350

Browse files
committed
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.
1 parent 73f29a5 commit 8812350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor/test_task.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ mkdir %OPENSSLDIR%
5858
if %errorlevel% neq 0 exit /b 3
5959
copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR%
6060
if %errorlevel% neq 0 exit /b 3
61-
set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf
62-
rem set OPENSSL_CONF=
61+
rem set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf
62+
set OPENSSL_CONF=
6363
rem set SSLEAY_CONF=
6464

6565
rem prepare for Opcache

0 commit comments

Comments
 (0)