diff --git a/windows/ms_const.ps1 b/windows/ms_const.ps1 index 8e065f0b..8fcd0fe1 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.6.2' -Option Constant -New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.6.2.0/LibreSSL.zip' -Option Constant +New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.2' -Option Constant +New-Variable -Name 'LIBRESSL_BIN_URL' -Value 'https://github.com/PowerShell/LibreSSL/releases/download/V3.7.2.0/LibreSSL.zip' -Option Constant New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant # libcbor coordinates.