Skip to content

Commit

Permalink
windows: update libressl url
Browse files Browse the repository at this point in the history
Windows 10 does not support TLS 1.3 and the Cloudflare mirror only
offers TLS 1.3. To remedy, revert to the canonical release directory.
  • Loading branch information
bobomb authored and LDVG committed Jan 2, 2024
1 parent ec883be commit d1cca1b
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 d1cca1b

Please sign in to comment.