From 52bb90909b1bcf09bb16c2420a3299d65d8660f3 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Tue, 12 Dec 2023 09:35:09 -0500 Subject: [PATCH] bump libressl version (#16) --- windows/ms_const.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/ms_const.ps1 b/windows/ms_const.ps1 index da9a503d..cb20a326 100644 --- a/windows/ms_const.ps1 +++ b/windows/ms_const.ps1 @@ -3,8 +3,8 @@ # license that can be found in the LICENSE file. # LibreSSL coordinates. -New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant -New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.7.3.0/LibreSSL.zip' -Option Constant +New-Variable -Name 'LIBRESSL' -Value 'libressl-3.8.2' -Option Constant +New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.8.2.0/LibreSSL.zip' -Option Constant New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant # libcbor coordinates.