Update QUIC transport parameters extension codepoint

This was changed in draft-ietf-quic-tls-13 to use a codepoint from the
reserved range.

Change-Id: Ia3cda249a3f37bc244d5c8a7765ec34a5708c9ae
Reviewed-on: https://boringssl-review.googlesource.com/29464
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index 03b218b..e395852 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -208,7 +208,7 @@
 // ExtensionType value from draft-ietf-quic-tls. Note that this collides with
 // TLS-LTS and, based on scans, something else too. Since it's QUIC-only, that
 // shouldn't be a problem in practice.
-#define TLSEXT_TYPE_quic_transport_parameters 26
+#define TLSEXT_TYPE_quic_transport_parameters 0xffa5
 
 // ExtensionType value assigned to
 // https://tools.ietf.org/html/draft-ietf-tls-certificate-compression-03