From e7aa9dd3eda721224cc41a0e62b90ae5161f7783 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 5 Jul 2021 18:27:58 +0200 Subject: [PATCH] Bump OpenSSL to 1.1.1k --- doc/win-dev.ps1 | 2 +- tools/win32/configure.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/win-dev.ps1 b/doc/win-dev.ps1 index 42a48d4f8..9c6c53ed1 100644 --- a/doc/win-dev.ps1 +++ b/doc/win-dev.ps1 @@ -14,7 +14,7 @@ function ThrowOnNativeFailure { $VsVersion = 2019 $MsvcVersion = '14.2' $BoostVersion = @(1, 71, 0) -$OpensslVersion = '1_1_1h' +$OpensslVersion = '1_1_1k' switch ($Env:BITS) { 32 { } diff --git a/tools/win32/configure.ps1 b/tools/win32/configure.ps1 index 7afd922ae..da01c5c4a 100644 --- a/tools/win32/configure.ps1 +++ b/tools/win32/configure.ps1 @@ -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_71_0-Win64'