Skip to content

Commit 03b0a77

Browse files
committed
update [email protected]/tlsuv/v0.36.0
Windows: use native crypto (windows CNG)
1 parent 631d515 commit 03b0a77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22

33

44
set(ZITI_SDK_DIR "" CACHE FILEPATH "developer option: use local ziti-sdk-c checkout")
5-
set(ZITI_SDK_VERSION "1.6.6" CACHE STRING "ziti-sdk-c version or branch to use")
5+
set(ZITI_SDK_VERSION "1.7.0" CACHE STRING "ziti-sdk-c version or branch to use")
66

77
# if TUNNEL_SDK_ONLY then don't descend into programs/ziti-edge-tunnel
88
option(TUNNEL_SDK_ONLY "build only ziti-tunnel-sdk (without ziti)" OFF)

CMakePresets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@
150150
"binaryDir": "${sourceDir}/build",
151151
"hidden": true,
152152
"cacheVariables": {
153-
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
154-
"TLSUV_TLSLIB": "openssl"
153+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
155154
}
156155
},
157156
{

vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
{
1414
"name": "openssl",
15+
"platform": "!windows & !mingw",
1516
"$comment": "on linux we use system installed OpenSSL, as determined by vcpkg-overlays/linux-syslibs)"
1617
},
1718
"json-c",

0 commit comments

Comments
 (0)