Skip to content

Commit fc362c0

Browse files
committed
windows: bump LibreSSL to 4.0.0
1 parent 3393959 commit fc362c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

windows/build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ try {
154154
-DBUILD_SHARED_LIBS="${SHARED}" -DLIBRESSL_TESTS=OFF `
155155
-DLIBRESSL_APPS=OFF -DCMAKE_C_FLAGS_DEBUG="${CFLAGS_DEBUG}" `
156156
-DCMAKE_C_FLAGS_RELEASE="${CFLAGS_RELEASE}" `
157+
-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=ON `
157158
-DCMAKE_MSVC_RUNTIME_LIBRARY="${CMAKE_MSVC_RUNTIME_LIBRARY}" `
158159
-DCMAKE_INSTALL_PREFIX="${PREFIX}" "${CMAKE_SYSTEM_VERSION}"; `
159160
ExitOnError

windows/const.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
New-Variable -Name 'LIBRESSL_URL' `
88
-Value 'https://ftp.openbsd.org/pub/OpenBSD/LibreSSL' `
99
-Option Constant
10-
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant
10+
New-Variable -Name 'LIBRESSL' -Value 'libressl-4.0.0' -Option Constant
1111
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant
1212

1313
# libcbor coordinates.

0 commit comments

Comments
 (0)