Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- fix error when the last message header is zero-length (openziti/ziti-sdk-c#810)
- bump oidc callback buffer, log access token content (openziti/ziti-sdk-c#809)
  • Loading branch information
ekoby committed Jan 16, 2025
1 parent 867867f commit 6276210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)


set(ZITI_SDK_DIR "" CACHE FILEPATH "developer option: use local ziti-sdk-c checkout")
set(ZITI_SDK_VERSION "1.3.6" CACHE STRING "ziti-sdk-c version or branch to use")
set(ZITI_SDK_VERSION "1.3.7" CACHE STRING "ziti-sdk-c version or branch to use")

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

0 comments on commit 6276210

Please sign in to comment.