Skip to content

Commit 7d5f535

Browse files
committed
appveyor: drop testing with OpenSSL 1.1.0
Replace with 1.1.1. Follow-up to 12a10ca curl#18337 Cherry-picked from curl#18330 Closes curl#18341
1 parent 7956a2a commit 7d5f535

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

appveyor.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ esac
3535

3636
if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then
3737
openssl_root_win="C:/OpenSSL-v34${openssl_suffix}"
38-
elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2019' ]; then
39-
openssl_root_win="C:/OpenSSL-v11${openssl_suffix}"
4038
else
4139
openssl_root_win="C:/OpenSSL-v111${openssl_suffix}"
4240
fi

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ environment:
101101
OPENSSL: 'ON'
102102
SHARED: 'ON'
103103
TFLAGS: 'skipall'
104-
- job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.0 + Schannel, Shared, Build-tests'
104+
- job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.1 + Schannel, Shared, Build-tests'
105105
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2019'
106106
PRJ_GEN: 'Visual Studio 16 2019'
107107
TARGET: '-A x64'

0 commit comments

Comments
 (0)