From 344c3d5fa8d62845063f0e9ab6657e7f96c0bb81 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 26 Feb 2025 22:35:09 +0100 Subject: [PATCH] appveyor: switch VS2019 to openssl 1.1.0 (from 1.1.1) --- appveyor.sh | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.sh b/appveyor.sh index ed1bf83058..e8eb639270 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -36,7 +36,7 @@ esac if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then openssl_root_win="C:/OpenSSL-v34${openssl_suffix}" elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2019' ]; then - openssl_root_win="C:/OpenSSL${openssl_suffix}" + openssl_root_win="C:/OpenSSL-v11${openssl_suffix}" else openssl_root_win="C:/OpenSSL-v111${openssl_suffix}" fi diff --git a/appveyor.yml b/appveyor.yml index 124fa3d479..aa8613632d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -109,7 +109,7 @@ environment: OPENSSL: 'ON' SHARED: 'ON' TFLAGS: 'skipall' - - job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.0.2 + Schannel, Shared, Build-tests' + - job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.0 + Schannel, Shared, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2019' PRJ_GEN: 'Visual Studio 16 2019' TARGET: '-A x64'