Skip to content

Commit

Permalink
windows: bump LibreSSL to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Mar 28, 2024
1 parent 81afb20 commit e1a253c
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.8.2' -Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.1' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant

# libcbor coordinates.
Expand Down

0 comments on commit e1a253c

Please sign in to comment.