Skip to content

Commit

Permalink
Fixed weird comment fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Apr 2, 2024
1 parent 607c674 commit e1df345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/s2n_handshake_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ static int s2n_handle_retry_state(struct s2n_connection *conn)
bool s2n_handshake_is_complete(struct s2n_connection *conn)
{
/* A deserialized connection implies that the handshake is complete because
/* connections cannot be serialized before completing the handshake. */
* connections cannot be serialized before completing the handshake. */
return conn && (ACTIVE_STATE(conn).writer == 'B' || conn->deserialized_conn);
}

Expand Down

0 comments on commit e1df345

Please sign in to comment.