Skip to content

Commit 917ab44

Browse files
committed
updat ziti-tunnel-sdk-c@v1.10.6
1 parent 3e69573 commit 917ab44

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CZiti.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@
10481048
ENABLE_STRICT_OBJC_MSGSEND = YES;
10491049
ENABLE_TESTABILITY = YES;
10501050
GCC_NO_COMMON_BLOCKS = YES;
1051+
"GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = TLSUV_HTTP;
10511052
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
10521053
GCC_WARN_ABOUT_RETURN_TYPE = YES;
10531054
GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -1106,6 +1107,7 @@
11061107
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11071108
ENABLE_STRICT_OBJC_MSGSEND = YES;
11081109
GCC_NO_COMMON_BLOCKS = YES;
1110+
"GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = TLSUV_HTTP;
11091111
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
11101112
GCC_WARN_ABOUT_RETURN_TYPE = YES;
11111113
GCC_WARN_UNDECLARED_SELECTOR = YES;

lib/Ziti.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ import CZitiPrivate
466466
var zitiCfg = ziti_config(
467467
controller_url: ctrlPtr,
468468
controllers: ctrls,
469-
id: ziti_id_cfg(cert: certPEMPtr, key: privKeyPEMPtr, ca: caPEMPtr, oidc: nil),
469+
id: ziti_id_cfg(cert: certPEMPtr, key: privKeyPEMPtr, ca: caPEMPtr),
470470
cfg_source: nil)
471471

472472
log.debug("configuring ziti-sdk-c with:\n" +

0 commit comments

Comments
 (0)