appveyor: bump to OpenSSL 3.4

Closes #16064
This commit is contained in:
Viktor Szakats 2025-01-21 12:20:10 +01:00
parent 38ad3902bf
commit 5fd7bd4379
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View 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