Skip to content

Commit

Permalink
windows: bump LibreSSL to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Jun 5, 2024
1 parent bb4590e commit 0553fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/const.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
New-Variable -Name 'LIBRESSL_URL' `
-Value 'https://ftp.openbsd.org/pub/OpenBSD/LibreSSL' `
-Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.1' -Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant

# libcbor coordinates.
Expand Down

0 comments on commit 0553fef

Please sign in to comment.