Upstream patches (#240)

This commit is contained in:
Michiel Hazelhof
2025-07-15 11:00:09 +02:00
committed by GitHub
parent 3d4c10d6f6
commit 076b0a624b
9 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
$ErrorActionPreference = 'Stop'
$PSNativeCommandUseErrorActionPreference = $true
# get the basic openssl binary path
$opensslbinary = "$Env:Programfiles\OpenSSL-Win64\bin\openssl.exe"