Skip to content

Commit

Permalink
test keychain path
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 29, 2024
1 parent 66bf906 commit 352ba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ int aws_tls_ctx_options_init_client_mtls_with_pkcs11(

int aws_tls_ctx_options_set_keychain_path(
struct aws_tls_ctx_options *options,
struct aws_byte_cursor *keychain_path_cursor) {
const struct aws_byte_cursor *keychain_path_cursor) {

#if defined(__APPLE__) && !defined(AWS_OS_IOS)
AWS_LOGF_WARN(AWS_LS_IO_TLS, "static: Keychain path is deprecated.");
Expand Down

0 comments on commit 352ba64

Please sign in to comment.