commit | 0226c521b0bdc53c6571dc37e2fc0aaf2edb18f2 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 06 14:18:53 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu May 12 17:48:35 2022 +0200 |
tree | a978bc250446de614f1df367a72b55c6f7e4d008 | |
parent | 7b92c81e4381cdf00c8ab1cda8323a1b1215eb38 [diff] |
MINOR: quic: new_quic_cid() code moving This function will have to call another one from quic_tls.[ch] soon. As we do not want to include quic_tls.h from xprt_quic.h because quic_tls.h already includes xprt_quic.h, let's moving it into xprt_quic.c.