]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix type/legacy name
authorPauli <pauli@openssl.org>
Wed, 19 Jul 2023 07:00:04 +0000 (17:00 +1000)
committerPauli <pauli@openssl.org>
Fri, 4 Aug 2023 01:55:45 +0000 (11:55 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21429)

ssl/quic/quic_channel_local.h

index 29625f7eab3455cf0764dfb54df2775cd6ca6ac3..11e43ffdcf2551807e205b3113b73ca3e9659cdd 100644 (file)
@@ -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;