Bump OpenSSL to 1.1.1n

This commit is contained in:
Alexander A. Klimov 2022-04-07 11:06:39 +02:00
parent b0cce512c2
commit 52ca277dd8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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_1k-Win${env:BITS}"
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_1_1_1n-Win${env:BITS}"
}
if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_78_0-Win${env:BITS}"