summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-31 12:47:25 +0100
committerHugo Landau <hlandau@openssl.org>2023-09-01 14:02:54 +0100
commitd5c3f4b2dba0202c589d1d733e88e392794dce41 (patch)
tree1f74b3407068821417445e52c78bb5a4cd901911
parent016a80dcf441189ac6d84533f1951506116a3b98 (diff)
Comment on internal flag
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21905)
-rw-r--r--include/openssl/ssl3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index 3007a31d52..3f72835a3e 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -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