summaryrefslogtreecommitdiff
path: root/windows/const.ps1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-03-23 17:24:10 +0000
committerEd Maste <emaste@FreeBSD.org>2026-03-23 17:24:10 +0000
commitfadebab18d4bb97e3ca8c840937c41cdfef8d798 (patch)
tree5407aa1db87c9dffbf68ddc3fc698d783fbe996d /windows/const.ps1
parentc06c65e0308fdfc14e455f5067a2f5dcfd9c1b77 (diff)
Diffstat (limited to 'windows/const.ps1')
-rw-r--r--windows/const.ps19
1 files changed, 5 insertions, 4 deletions
diff --git a/windows/const.ps1 b/windows/const.ps1
index 7a39b015c7a0..787fe5badf20 100644
--- a/windows/const.ps1
+++ b/windows/const.ps1
@@ -7,12 +7,13 @@
New-Variable -Name 'LIBRESSL_URL' `
-Value 'https://ftp.openbsd.org/pub/OpenBSD/LibreSSL' `
-Option Constant
-New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant
-New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant
+New-Variable -Name 'LIBRESSL' -Value 'libressl-4.0.0' -Option Constant
+New-Variable -Name 'CRYPTO_LIB' -Value 'crypto' -Option Constant
+New-Variable -Name 'CRYPTO_DLL' -Value 'crypto-55' -Option Constant
# libcbor coordinates.
-New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.11.0' -Option Constant
-New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.11.0' -Option Constant
+New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.12.0' -Option Constant
+New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.12.0' -Option Constant
New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/pjk/libcbor' `
-Option Constant