Skip to content

Commit

Permalink
Change URL for LibreSSL dependency to avoid issues downloading with p…
Browse files Browse the repository at this point in the history
…owershell Invoke-WebRequest commandlet
  • Loading branch information
bobomb committed Dec 29, 2023
1 parent ec883be commit 367daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/const.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# LibreSSL coordinates.
New-Variable -Name 'LIBRESSL_URL' `
-Value 'https://cloudflare.cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
-Value 'https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/' `
-Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.8.2' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant
Expand Down

0 comments on commit 367daa9

Please sign in to comment.