Skip to content

Commit 5ea8dcf

Browse files
committed
Bump OpenSSL shipped for Windows to v3.0.15
1 parent 3504fc7 commit 5ea8dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/win-dev.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
1414
$VsVersion = 2019
1515
$MsvcVersion = '14.2'
1616
$BoostVersion = @(1, 83, 0)
17-
$OpensslVersion = '3_0_12'
17+
$OpensslVersion = '3_0_15'
1818

1919
switch ($Env:BITS) {
2020
32 { }

tools/win32/configure.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
3030
}
3131
}
3232
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
33-
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_12-Win${env:BITS}"
33+
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_15-Win${env:BITS}"
3434
}
3535
if (-not (Test-Path env:BOOST_ROOT)) {
3636
$env:BOOST_ROOT = "c:\local\boost_1_83_0-Win${env:BITS}"

0 commit comments

Comments
 (0)