summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-01 11:51:07 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-01 11:51:07 +0200
commit8812350c7af08cfa37282f449fe44d7e6cfa8fff (patch)
treee166203f6451dec39120357d5ba7ce79d24882c0 /appveyor
parent73f29a5c5e7768d6ea6776be404e9795a716bbd0 (diff)
downloadphp-git-8812350c7af08cfa37282f449fe44d7e6cfa8fff.tar.gz
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.
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 0578170a97..dccdde4e82 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