From: Viktor Szakats Date: Tue, 21 Jan 2025 11:20:10 +0000 (+0100) Subject: appveyor: bump to OpenSSL 3.4 X-Git-Tag: curl-8_12_0~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fd7bd43792c6bcb5b9bf203e00f66b15d9a9c9f;p=thirdparty%2Fcurl.git appveyor: bump to OpenSSL 3.4 Closes #16064 --- diff --git a/appveyor.sh b/appveyor.sh index 27f7e2a580..2843d1827b 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-v33-Win64' + openssl_root_win='C:/OpenSSL-v34-Win64' else openssl_root_win='C:/OpenSSL-v111-Win64' fi diff --git a/appveyor.yml b/appveyor.yml index c42e0e9acf..6f64c5f91b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ environment: # generated CMake-based Visual Studio builds - - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.3, Shared, Build-tests' + - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.4, Shared, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 17 2022'