From: Viktor Szakats Date: Mon, 30 Sep 2024 08:39:06 +0000 (+0200) Subject: appveyor: bump to OpenSSL 3.3 X-Git-Tag: curl-8_11_0~288 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bc653a1d614eb85285e86bd81eadefebde573e9;p=thirdparty%2Fcurl.git appveyor: bump to OpenSSL 3.3 Closes #15085 --- diff --git a/appveyor.sh b/appveyor.sh index a048e463df..f9647f2817 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -29,7 +29,7 @@ set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail # build if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then - openssl_root_win='C:/OpenSSL-v32-Win64' + openssl_root_win='C:/OpenSSL-v33-Win64' else openssl_root_win='C:/OpenSSL-v111-Win64' fi diff --git a/appveyor.yml b/appveyor.yml index b1a1a7bbea..d96d3e59bb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,7 +61,7 @@ environment: HTTP_ONLY: 'OFF' SHARED: 'ON' EXAMPLES: 'ON' - - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.2, Build-tests' + - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.3, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 17 2022'