Skip to content

Commit

Permalink
Merge branch 'main' into runtime_select_event_loop
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera authored Jan 7, 2025
2 parents 485e376 + 4a4ebae commit 5e1e728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/darwin/secure_transport_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ static struct aws_tls_ctx *s_tls_ctx_new(struct aws_allocator *alloc, const stru
}
#endif
} else if (aws_tls_options_buf_is_set(&options->pkcs12)) {
AWS_LOGF_DEBUG(AWS_LS_IO_TLS, "static: a pkcs$12 certificate and key has been set, setting it up now.");
AWS_LOGF_DEBUG(AWS_LS_IO_TLS, "static: a pkcs#12 certificate and key has been set, setting it up now.");

struct aws_byte_cursor pkcs12_blob_cur = aws_byte_cursor_from_buf(&options->pkcs12);
struct aws_byte_cursor password_cur = aws_byte_cursor_from_buf(&options->pkcs12_password);
Expand Down

0 comments on commit 5e1e728

Please sign in to comment.