Skip to content

Commit 7eedf73

Browse files
authored
Merge pull request #10874 from Icinga/openssl-3.5.7
Bump OpenSSL shipped for Windows to v3.5.7
2 parents b35ecb6 + 22b6188 commit 7eedf73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/win-dev.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
1414
$VsVersion = 2022
1515
$MsvcVersion = '14.3'
1616
$BoostVersion = @(1, 91, 0)
17-
$OpensslVersion = '3_5_6'
17+
$OpensslVersion = '3_5_7'
1818

1919
switch ($Env:BITS) {
2020
32 { }

tools/win32/configure.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
3333
$env:CMAKE_ARGS = '[]'
3434
}
3535
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
36-
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_5_6-Win${env:BITS}"
36+
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_5_7-Win${env:BITS}"
3737
}
3838
if (-not (Test-Path env:BOOST_ROOT)) {
3939
$env:BOOST_ROOT = "c:\local\boost_1_91_0-Win${env:BITS}"

0 commit comments

Comments
 (0)