Correct value for TLSEXT_TYPE_quic_transport_parameters
authorjsing <jsing@openbsd.org>
Sun, 17 Jul 2022 14:39:09 +0000 (14:39 +0000)
committerjsing <jsing@openbsd.org>
Sun, 17 Jul 2022 14:39:09 +0000 (14:39 +0000)
commit7dc6669abcb6dc6de1ee077b2c0819283d473992
tree9fc6c594dab2f99c61acf11ae486a3da68cf4311
parent7f367d372299f11a3d56c8d74aaee6fdf5afbd42
Correct value for TLSEXT_TYPE_quic_transport_parameters

Use the correct value for TLSEXT_TYPE_quic_transport_parameters according
to RFC 9001 section 8.2. Also move the define under LIBRESSL_HAS_QUIC to
avoid things finding it prematurely.

ok beck@ tb@
lib/libssl/tls1.h