From: Pauli Date: Wed, 19 Jul 2023 07:00:04 +0000 (+1000) Subject: Fix type/legacy name X-Git-Tag: openssl-3.2.0-alpha1~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6861f5a703ebd6547bbe598d7fe4c7de9912e384;p=thirdparty%2Fopenssl.git Fix type/legacy name Reviewed-by: Tim Hudson Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/21429) --- diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h index 29625f7eab3..11e43ffdcf2 100644 --- a/ssl/quic/quic_channel_local.h +++ b/ssl/quic/quic_channel_local.h @@ -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;