From cd305de40826418c7b2f3289a8d4d0bc69096a4b Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Fri, 12 Jun 2026 10:56:43 +0200 Subject: [PATCH] Bump OpenSSL shipped for Windows to v3.0.21 (cherry picked from commit 767da5f4cdf57d8c24000bda2fcea81a553b6bb1) --- doc/win-dev.ps1 | 2 +- tools/win32/configure.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/win-dev.ps1 b/doc/win-dev.ps1 index 3f674f0bfb1..b3b4ae9f05a 100644 --- a/doc/win-dev.ps1 +++ b/doc/win-dev.ps1 @@ -14,7 +14,7 @@ function ThrowOnNativeFailure { $VsVersion = 2022 $MsvcVersion = '14.3' $BoostVersion = @(1, 87, 0) -$OpensslVersion = '3_0_20' +$OpensslVersion = '3_0_21' switch ($Env:BITS) { 32 { } diff --git a/tools/win32/configure.ps1 b/tools/win32/configure.ps1 index 9c905ecaf37..eb13eb5eb69 100644 --- a/tools/win32/configure.ps1 +++ b/tools/win32/configure.ps1 @@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) { $env:CMAKE_ARGS = '[]' } if (-not (Test-Path env:OPENSSL_ROOT_DIR)) { - $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_20-Win${env:BITS}" + $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_21-Win${env:BITS}" } if (-not (Test-Path env:BOOST_ROOT)) { $env:BOOST_ROOT = "c:\local\boost_1_87_0-Win${env:BITS}"