From cd9413ee05db8f0e3f05402091cedf54e060542a Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:11:13 +0200 Subject: [PATCH] [windows] fix openssl installation (#8313) --- images/win/scripts/Installers/Install-OpenSSL.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-OpenSSL.ps1 b/images/win/scripts/Installers/Install-OpenSSL.ps1 index 2655ecc8d..aabbd43ba 100644 --- a/images/win/scripts/Installers/Install-OpenSSL.ps1 +++ b/images/win/scripts/Installers/Install-OpenSSL.ps1 @@ -26,7 +26,6 @@ $installersAvailable | Get-Member -MemberType NoteProperty | ForEach-Object { $installerUrl = $installersAvailable.$key.url $installerName = $key $distributor_file_hash = $installersAvailable.$key.sha512 - Break; } }