From 83bf9ca25ad1f08be03820d4996d6b46747d7711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 8 Jun 2022 15:23:46 +0200 Subject: [PATCH] CLEANUP: quid: QUIC draft-28 no more supported Remove this useless definition. --- include/haproxy/xprt_quic-t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/xprt_quic-t.h b/include/haproxy/xprt_quic-t.h index 016703b3a..4f016df9f 100644 --- a/include/haproxy/xprt_quic-t.h +++ b/include/haproxy/xprt_quic-t.h @@ -45,7 +45,6 @@ typedef unsigned long long ull; -#define QUIC_PROTOCOL_VERSION_DRAFT_28 0xff00001c /* draft-28 */ #define QUIC_PROTOCOL_VERSION_DRAFT_29 0xff00001d /* draft-29 */ #define QUIC_PROTOCOL_VERSION_1 0x00000001 /* V1 */ #define QUIC_PROTOCOL_VERSION_2_DRAFT 0x709a50c4 /* V2 draft */