Skip to content

Commit

Permalink
bump libressl version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgauth authored Dec 12, 2023
1 parent e44e2d1 commit 52bb909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/ms_const.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52bb909

Please sign in to comment.