Bump OpenSSL shipped for Windows to v3.0.14

This commit is contained in:
Alexander A. Klimov 2024-06-07 16:07:42 +02:00
parent 561d6a3981
commit b1eae017c9
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
$VsVersion = 2019 $VsVersion = 2019
$MsvcVersion = '14.2' $MsvcVersion = '14.2'
$BoostVersion = @(1, 85, 0) $BoostVersion = @(1, 85, 0)
$OpensslVersion = '3_0_12' $OpensslVersion = '3_0_14'
switch ($Env:BITS) { switch ($Env:BITS) {
32 { } 32 { }

View File

@ -30,7 +30,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
} }
} }
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) { if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_12-Win${env:BITS}" $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_14-Win${env:BITS}"
} }
if (-not (Test-Path env:BOOST_ROOT)) { if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_85_0-Win${env:BITS}" $env:BOOST_ROOT = "c:\local\boost_1_85_0-Win${env:BITS}"