From 5d8ddfcafa0c399027d0a53c5dbe943a99cabb06 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Wed, 20 Dec 2023 08:44:11 +0100 Subject: [PATCH] windows: bump LibreSSL to 3.8.2 --- windows/const.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/const.ps1 b/windows/const.ps1 index 7fac21e9..92b7d9fc 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -7,7 +7,7 @@ New-Variable -Name 'LIBRESSL_URL' ` -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 'LIBRESSL' -Value 'libressl-3.8.2' -Option Constant New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant # libcbor coordinates.