Bump OpenSSL to 1.1.1k

This commit is contained in:
Alexander A. Klimov 2021-07-05 18:27:58 +02:00
parent 31fa4ef033
commit 7363710b1e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -23,7 +23,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
$env:CMAKE_GENERATOR_PLATFORM = 'x64'
}
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
$env:OPENSSL_ROOT_DIR = 'c:\local\OpenSSL_1_1_1h-Win64'
$env:OPENSSL_ROOT_DIR = 'c:\local\OpenSSL_1_1_1k-Win64'
}
if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = 'c:\local\boost_1_76_0-Win64'