MINOR: quic: Replace quic_conn_ctx struct by ssl_sock_ctx struct
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 4 Jun 2021 12:59:59 +0000 (14:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit1eaec33cb593be6884881ae07f056c71d8e6a9ea
tree8f43cbb1ea04956ba3e30c397d74423b848d6708
parenta5fe49f44a2957db59c71952af47010b51f7c848
MINOR: quic: Replace quic_conn_ctx struct by ssl_sock_ctx struct

Some SSL call may be called with pointer to ssl_sock_ctx struct as parameter
which does not match the quic_conn_ctx struct type (see ssl_sock_infocb()).
I am not sure we have to keep such callbacks for QUIC but we must ensure
the SSL and QUIC xprts use the same data structure as context.
src/xprt_quic.c