Merge pull request #10455 from Icinga/openssl-bump

Bump Windows OpenSSL version to `3.0.16`
This commit is contained in:
Alexander Aleksandrovič Klimov 2025-05-22 12:16:47 +02:00 committed by GitHub
commit 9e737328b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
$VsVersion = 2019
$MsvcVersion = '14.2'
$BoostVersion = @(1, 81, 0)
$OpensslVersion = '3_0_15'
$OpensslVersion = '3_0_16'
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_15-Win${env:BITS}"
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_16-Win${env:BITS}"
}
if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_81_0-Win${env:BITS}"