Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21905)
int ossl_ssl_get_error(const SSL *s, int i, int check_err);
+/* Set if this is the QUIC handshake layer */
+# define TLS1_FLAGS_QUIC 0x2000
+
#endif
/* 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