Skip to content

Commit

Permalink
windows: update libressl url
Browse files Browse the repository at this point in the history
Fastly CDN as retrieved from https://openbsd.org/ftp.html.
  • Loading branch information
LDVG authored and kongeo committed Oct 11, 2023
1 parent 056dc16 commit 92e3d89
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://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
-Value 'https://cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
-Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
Expand Down

0 comments on commit 92e3d89

Please sign in to comment.