We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c2f619 + 73abf6a commit c7ae088Copy full SHA for c7ae088
doc/win-dev.ps1
@@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
14
$VsVersion = 2022
15
$MsvcVersion = '14.3'
16
$BoostVersion = @(1, 89, 0)
17
-$OpensslVersion = '3_0_16'
+$OpensslVersion = '3_0_18'
18
19
switch ($Env:BITS) {
20
32 { }
tools/win32/configure.ps1
@@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
33
$env:CMAKE_ARGS = '[]'
34
}
35
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
36
- $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_16-Win${env:BITS}"
+ $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_18-Win${env:BITS}"
37
38
if (-not (Test-Path env:BOOST_ROOT)) {
39
$env:BOOST_ROOT = "c:\local\boost_1_89_0-Win${env:BITS}"
0 commit comments