From e1a253c93b37eb35647f956a1594dbc029d915e1 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.9.1 --- windows/const.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/const.ps1 b/windows/const.ps1 index 946e71e5..793ceb54 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.9.1' -Option Constant New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant # libcbor coordinates.