We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44e2d1 commit 52bb909Copy full SHA for 52bb909
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.7.3' -Option Constant
7
-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
8
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
9
10
# libcbor coordinates.
0 commit comments