Skip to content

Commit

Permalink
fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jan 6, 2025
1 parent 2c6ef60 commit b49a9f3
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 b49a9f3

Please sign in to comment.