Skip to content

Commit

Permalink
aws_tls_connection_options_copy comment update following #eaa583a or #…
Browse files Browse the repository at this point in the history
…475 (#482)

Authored-by: Sergey Ryabinin <[email protected]>
  • Loading branch information
SergeyRyabinin authored and alfred2g committed May 21, 2024
1 parent 4f35b56 commit c8c022a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/aws/io/tls_channel_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,8 @@ AWS_IO_API void aws_tls_connection_options_init_from_ctx(
AWS_IO_API void aws_tls_connection_options_clean_up(struct aws_tls_connection_options *connection_options);

/**
* Copies 'from' to 'to'
* Cleans up 'to' and copies 'from' to 'to'.
* 'to' must be initialized.
*/
AWS_IO_API int aws_tls_connection_options_copy(
struct aws_tls_connection_options *to,
Expand Down

0 comments on commit c8c022a

Please sign in to comment.