Skip to content

Commit

Permalink
windows: update openssl to 1.1.1w
Browse files Browse the repository at this point in the history
  • Loading branch information
anarazel committed Oct 16, 2023
1 parent 6747f67 commit eb9cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows_install_openssl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ErrorActionPreference = "Stop"
$filepath = "$Env:TEMP/openssl-setup.exe"

echo "downloading openssl"
curl.exe -o "$filepath" -fsSL https://slproweb.com/download/Win64OpenSSL-1_1_1v.exe
curl.exe -o "$filepath" -fsSL https://slproweb.com/download/Win64OpenSSL-1_1_1w.exe
if (!$?) { throw 'cmdfail' }

echo "installing openssl"
Expand Down

0 comments on commit eb9cc80

Please sign in to comment.