From 4bf5ac3c9035642127e2369bdad104cec318a80b Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Thu, 16 Oct 2025 19:38:47 +0300 Subject: [PATCH] Update OpenSSL to v3.4.3 --- .github/workflows/windows.yml | 2 +- curl-version.props | 2 +- openssl-version.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 16bc033..4b7a928 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ on: jobs: build: name: Build cURL Windows - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Checkout code diff --git a/curl-version.props b/curl-version.props index 3c8f27e..10d7e98 100644 --- a/curl-version.props +++ b/curl-version.props @@ -6,7 +6,7 @@ 7.88.0 - 1 + 2 $(BaseDir)curl-$(curlVersion) diff --git a/openssl-version.props b/openssl-version.props index fb23840..9c353ac 100644 --- a/openssl-version.props +++ b/openssl-version.props @@ -4,7 +4,7 @@ - 3.4.0 + 3.4.3 $(BaseDir)openssl-$(OpenSSLVersion)