We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34dc63 commit 3e90701Copy full SHA for 3e90701
windows/ms_const.ps1
@@ -3,8 +3,8 @@
3
# license that can be found in the LICENSE file.
4
5
# LibreSSL coordinates.
6
-New-Variable -Name 'LIBRESSL' -Value 'libressl-3.6.2' -Option Constant
7
-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
8
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
9
10
# libcbor coordinates.
0 commit comments