Skip to content

Commit

Permalink
Merge pull request #10173 from Icinga/214OpenSSL3015
Browse files Browse the repository at this point in the history
Bump OpenSSL shipped for Windows to v3.0.15
  • Loading branch information
yhabteab committed Sep 26, 2024
2 parents 3b57e49 + c1335af commit 84cf8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/win-dev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
$VsVersion = 2019
$MsvcVersion = '14.2'
$BoostVersion = @(1, 86, 0)
$OpensslVersion = '3_0_14'
$OpensslVersion = '3_0_15'

switch ($Env:BITS) {
32 { }
Expand Down
2 changes: 1 addition & 1 deletion tools/win32/configure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
}
}
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_14-Win${env:BITS}"
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_15-Win${env:BITS}"
}
if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_86_0-Win${env:BITS}"
Expand Down

0 comments on commit 84cf8fc

Please sign in to comment.