We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d856dc9 commit 4aefab5Copy full SHA for 4aefab5
doc/win-dev.ps1
@@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
14
$VsVersion = 2019
15
$MsvcVersion = '14.2'
16
$BoostVersion = @(1, 83, 0)
17
-$OpensslVersion = '3_0_9'
+$OpensslVersion = '3_0_12'
18
19
switch ($Env:BITS) {
20
32 { }
tools/win32/configure.ps1
@@ -30,7 +30,7 @@ if (-not (Test-Path env:CMAKE_GENERATOR_PLATFORM)) {
30
}
31
32
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
33
- $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_9-Win${env:BITS}"
+ $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_12-Win${env:BITS}"
34
35
if (-not (Test-Path env:BOOST_ROOT)) {
36
$env:BOOST_ROOT = "c:\local\boost_1_83_0-Win${env:BITS}"
0 commit comments