]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: remove unused function prototype
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 30 Sep 2022 15:34:54 +0000 (17:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 3 Oct 2022 14:25:17 +0000 (16:25 +0200)
Removed hexdump unusued prototype from quic_tls.c.

This should be backported up to 2.6.

src/quic_tls.c

index 069aa41fdbc59b3beff9ab2a7611269f5e116a7d..cda1e347793514f8e67465afcb8b0ee1408a96bd 100644 (file)
@@ -16,9 +16,6 @@ DECLARE_POOL(pool_head_quic_tls_secret, "quic_tls_secret", QUIC_TLS_SECRET_LEN);
 DECLARE_POOL(pool_head_quic_tls_iv,     "quic_tls_iv",     QUIC_TLS_IV_LEN);
 DECLARE_POOL(pool_head_quic_tls_key,    "quic_tls_key",    QUIC_TLS_KEY_LEN);
 
-__attribute__((format (printf, 3, 4)))
-void hexdump(const void *buf, size_t buflen, const char *title_fmt, ...);
-
 /* Initial salt depending on QUIC version to derive client/server initial secrets.
  * This one is for draft-29 QUIC version.
  */