Skip to content

Commit

Permalink
windows: bump LibreSSL to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Dec 20, 2023
1 parent 9634391 commit 80fea87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/const.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
New-Variable -Name 'LIBRESSL_URL' `
-Value 'https://cloudflare.cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
-Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.8.2' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-52' -Option Constant

# libcbor coordinates.
New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.10.2' -Option Constant
Expand Down

0 comments on commit 80fea87

Please sign in to comment.