From 581a1c0eb302c15f4007d117a29a305beb9ed34d Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Wed, 1 Nov 2023 10:26:14 +0100 Subject: [PATCH] xxx --- windows/const.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/const.ps1 b/windows/const.ps1 index e7f43c73..7fac21e9 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -5,7 +5,7 @@ # LibreSSL coordinates. New-Variable -Name 'LIBRESSL_URL' ` - -Value 'https://cdn.openbsd.org/pub/OpenBSD/LibreSSL' ` + -Value 'https://cloudflare.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