From 92e3d895c30a4a1a92ecaa698ee19e08aa06c4a1 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Wed, 11 Oct 2023 10:23:52 +0200 Subject: [PATCH] windows: update libressl url Fastly CDN as retrieved from https://openbsd.org/ftp.html. --- windows/const.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/const.ps1 b/windows/const.ps1 index 03ea34d2..b268ba45 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -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