From a027994e64313604bdd5a6dd49e3760214f3d013 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Wed, 16 Oct 2024 09:51:13 +0200 Subject: [PATCH] windows: bump LibreSSL to 4.0.0 --- windows/const.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/const.ps1 b/windows/const.ps1 index 7a39b015..a0eaa763 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -7,8 +7,8 @@ New-Variable -Name 'LIBRESSL_URL' ` -Value 'https://ftp.openbsd.org/pub/OpenBSD/LibreSSL' ` -Option Constant -New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant -New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant +New-Variable -Name 'LIBRESSL' -Value 'libressl-4.0.0' -Option Constant +New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-55' -Option Constant # libcbor coordinates. New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.11.0' -Option Constant