]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/ssl3.h
QUIC: Make TLS1_FLAGS_QUIC private
[thirdparty/openssl.git] / include / openssl / ssl3.h
index 2747a9d65bea32467af521ef17b6467b1374a17c..3007a31d52a57317bde982080a847223660674c9 100644 (file)
@@ -307,9 +307,6 @@ extern "C" {
 /* Set if extended master secret extension required on renegotiation */
 # define TLS1_FLAGS_REQUIRED_EXTMS               0x1000
 
-/* Set if this is the QUIC handshake layer */
-# define TLS1_FLAGS_QUIC                         0x2000
-
 # define SSL3_MT_HELLO_REQUEST                   0
 # define SSL3_MT_CLIENT_HELLO                    1
 # define SSL3_MT_SERVER_HELLO                    2