mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
Fix type/legacy name
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21429)
This commit is contained in:
parent
d15d5ea6a6
commit
6861f5a703
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user