Bump OpenSSL shipped for Windows to v3.0.20

Update the OpenSSL version referenced in the Windows dev setup script and the build configuration script from v3.0.19 to v3.0.20.
This commit is contained in:
Alexander A. Klimov 2026-04-16 14:30:48 +02:00
parent 18033af861
commit 07407bbc49
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
$VsVersion = 2022
$MsvcVersion = '14.3'
$BoostVersion = @(1, 87, 0)
$OpensslVersion = '3_0_19'
$OpensslVersion = '3_0_20'
switch ($Env:BITS) {
32 { }

View file

@ -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_19-Win${env:BITS}"
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_20-Win${env:BITS}"
}
if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_87_0-Win${env:BITS}"