Skip to content

Commit

Permalink
Bump OpenSSL shipped for Windows to v3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Sep 25, 2024
1 parent d94aa87 commit c1335af
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 c1335af

Please sign in to comment.