From 28d88489981b2e86a7533a0fa4cbfb739d1d8bc8 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Mon, 11 Mar 2024 11:18:43 +0100 Subject: [PATCH] windows: bump LibreSSL to 3.8.3 --- windows/const.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/const.ps1 b/windows/const.ps1 index 946e71e5..483d26bd 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -7,7 +7,7 @@ New-Variable -Name 'LIBRESSL_URL' ` -Value 'https://ftp.openbsd.org/pub/OpenBSD/LibreSSL' ` -Option Constant -New-Variable -Name 'LIBRESSL' -Value 'libressl-3.8.2' -Option Constant +New-Variable -Name 'LIBRESSL' -Value 'libressl-3.8.3' -Option Constant New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant # libcbor coordinates.