Skip to content

Commit

Permalink
Fix undefined type enum aws_tls_handler_state in secure_channel_tls_h… (
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtsanders authored Jul 30, 2024
1 parent 614c35c commit e455d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/secure_channel_tls_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct secure_channel_handler {
bool verify_peer;
struct aws_channel_task read_task;
bool read_task_pending;
enum aws_tls_handler_state read_state;
enum aws_tls_handler_read_state read_state;
int shutdown_error_code;
};

Expand Down

0 comments on commit e455d90

Please sign in to comment.