]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Fix build with USE_QUIC_OPENSSL_COMPAT
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 3 Feb 2026 03:02:46 +0000 (04:02 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Tue, 3 Feb 2026 03:05:34 +0000 (04:05 +0100)
commitf26562bcb7807bf981fba42dfaf65754a801f338
tree5b4d5f9af9b52c8dab507aecadef010b837e82b1
parentabc1947e1901ca6655611e1e18f55a3b94a1feff
MINOR: quic: Fix build with USE_QUIC_OPENSSL_COMPAT

Commit fa094d0b619343f61fab877ef65f43b404262dd9 changed the msg callback
args, but forgot to fix quic_tls_msg_callback() accordingly, so do that,
and remove the unused struct connection paramter.
include/haproxy/quic_openssl_compat.h
src/quic_openssl_compat.c