]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: bump to OpenSSL 3.4
authorViktor Szakats <commit@vsz.me>
Tue, 21 Jan 2025 11:20:10 +0000 (12:20 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 21 Jan 2025 11:42:33 +0000 (12:42 +0100)
Closes #16064

appveyor.sh
appveyor.yml

index 27f7e2a580360b83786ac8a15594b79222ed6177..2843d1827b9355fd5840cfd28969692006aebb65 100644 (file)
@@ -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
index c42e0e9acf6ff368f8bedf7efdcf4d0e6e355ac9..6f64c5f91ba7a932601ee229376ea206f854a918 100644 (file)
@@ -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'