commit | 1eaec33cb593be6884881ae07f056c71d8e6a9ea | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Jun 04 14:59:59 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 8f43cbb1ea04956ba3e30c397d74423b848d6708 | |
parent | a5fe49f44a2957db59c71952af47010b51f7c848 [diff] |
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.