From 77365bb7d4e596fb29a5d42f20c61120ac42cb1e Mon Sep 17 00:00:00 2001 From: Daniel Kamil Kozar Date: Fri, 20 Sep 2024 02:18:35 +0200 Subject: [PATCH] Upgrade Windows OpenSSL --- .github/build_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build_windows.ps1 b/.github/build_windows.ps1 index 0816df9b..c8532508 100644 --- a/.github/build_windows.ps1 +++ b/.github/build_windows.ps1 @@ -52,7 +52,7 @@ function FPC-Lazarus-Build-Install { make bigide $env:Path = "${lazarus};" + $env:Path - My-Download -Uri "https://slproweb.com/download/Win32OpenSSL_Light-3_1_6.exe" -OutFile openssl-install.exe + My-Download -Uri "https://slproweb.com/download/Win32OpenSSL_Light-3_1_7.exe" -OutFile openssl-install.exe Start-Process -FilePath openssl-install.exe -Wait -ArgumentList "/sp-","/verysilent","/suppressmsgboxes","/norestart","/dir=${openssl}" }