]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Comment on internal flag
authorHugo Landau <hlandau@openssl.org>
Thu, 31 Aug 2023 11:47:25 +0000 (12:47 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 1 Sep 2023 13:02:54 +0000 (14:02 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21905)

include/openssl/ssl3.h

index 3007a31d52a57317bde982080a847223660674c9..3f72835a3e5b0936f55f50e1c30537e77ce1a969 100644 (file)
@@ -307,6 +307,8 @@ extern "C" {
 /* Set if extended master secret extension required on renegotiation */
 # define TLS1_FLAGS_REQUIRED_EXTMS               0x1000
 
+/* 0x2000 is reserved for TLS1_FLAGS_QUIC (internal) */
+
 # define SSL3_MT_HELLO_REQUEST                   0
 # define SSL3_MT_CLIENT_HELLO                    1
 # define SSL3_MT_SERVER_HELLO                    2