Skip to content

Commit

Permalink
Fix type/legacy name
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #21429)
  • Loading branch information
paulidale committed Aug 4, 2023
1 parent d15d5ea commit 6861f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/quic/quic_channel_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ struct quic_channel_st {
* state of the connection's lifecycle, but more fine-grained conditions of
* the Active state are tracked via flags below. For more details, see
* doc/designs/quic-design/connection-state-machine.md. We are in the Open
* state if the state is QUIC_CSM_STATE_ACTIVE and handshake_confirmed is
* state if the state is QUIC_CHANNEL_STATE_ACTIVE and handshake_confirmed is
* set.
*/
unsigned int state : 3;
Expand Down

0 comments on commit 6861f5a

Please sign in to comment.