From: Viktor Szakats Date: Thu, 21 Aug 2025 15:47:03 +0000 (+0200) Subject: appveyor: drop testing with OpenSSL 1.1.0 X-Git-Tag: curl-8_16_0~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d5f535ca722c32699484751c37f9883f02358b3;p=thirdparty%2Fcurl.git appveyor: drop testing with OpenSSL 1.1.0 Replace with 1.1.1. Follow-up to 12a10ca77cedec4bf6f3cebe5c3a883387ccb0d2 #18337 Cherry-picked from #18330 Closes #18341 --- diff --git a/appveyor.sh b/appveyor.sh index 271f50b423..1e4c16362f 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -35,8 +35,6 @@ esac if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then openssl_root_win="C:/OpenSSL-v34${openssl_suffix}" -elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2019' ]; then - openssl_root_win="C:/OpenSSL-v11${openssl_suffix}" else openssl_root_win="C:/OpenSSL-v111${openssl_suffix}" fi diff --git a/appveyor.yml b/appveyor.yml index 564da633cc..effd8589d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -101,7 +101,7 @@ environment: OPENSSL: 'ON' SHARED: 'ON' TFLAGS: 'skipall' - - job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.0 + Schannel, Shared, Build-tests' + - job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.1 + Schannel, Shared, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2019' PRJ_GEN: 'Visual Studio 16 2019' TARGET: '-A x64'