Skip to content

Commit

Permalink
Merge pull request #9456 from Icinga/openssl111q
Browse files Browse the repository at this point in the history
Bump OpenSSL to 1.1.1q
  • Loading branch information
julianbrost authored Jul 27, 2022
2 parents 290e38f + 62379c1 commit 2443114
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, 79, 0)
$OpensslVersion = '1_1_1p'
$OpensslVersion = '1_1_1q'

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_1_1_1p-Win${env:BITS}"
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_1_1_1q-Win${env:BITS}"
}
if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_79_0-Win${env:BITS}"
Expand Down

0 comments on commit 2443114

Please sign in to comment.