From 828f18f6506d45e0577f466775ed9161bdd09616 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Tue, 20 May 2025 12:14:56 +0200 Subject: [PATCH] Bump Windows OpenSSL version to `3.0.16` --- 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 e3b4e5955..5729343e3 100644 --- a/doc/win-dev.ps1 +++ b/doc/win-dev.ps1 @@ -14,7 +14,7 @@ function ThrowOnNativeFailure { $VsVersion = 2019 $MsvcVersion = '14.2' $BoostVersion = @(1, 87, 0) -$OpensslVersion = '3_0_15' +$OpensslVersion = '3_0_16' switch ($Env:BITS) { 32 { } diff --git a/tools/win32/configure.ps1 b/tools/win32/configure.ps1 index 52d8628a1..008a06de0 100644 --- a/tools/win32/configure.ps1 +++ b/tools/win32/configure.ps1 @@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) { $env:CMAKE_ARGS = '[]' } if (-not (Test-Path env:OPENSSL_ROOT_DIR)) { - $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_15-Win${env:BITS}" + $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_16-Win${env:BITS}" } if (-not (Test-Path env:BOOST_ROOT)) { $env:BOOST_ROOT = "c:\local\boost_1_87_0-Win${env:BITS}"