Skip to content

Commit

Permalink
appveyor: bump to OpenSSL 3.4
Browse files Browse the repository at this point in the history
Closes curl#16064
  • Loading branch information
vszakats committed Jan 21, 2025
1 parent 38ad390 commit 5fd7bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5fd7bd4

Please sign in to comment.