]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC: use list.h
authorPauli <pauli@openssl.org>
Tue, 11 Oct 2022 10:00:50 +0000 (21:00 +1100)
committerPauli <pauli@openssl.org>
Wed, 16 Nov 2022 07:02:02 +0000 (18:02 +1100)
commit3fb172ef0a635c2e705d3d1cb58624cfc6afd502
tree25139a55aeb683318ab733d23609c00b40343978
parentdead13551c6661d34af3e5ddf1bc53c9efdb5647
QUIC: use list.h

The demux and record RX implemented lists internally.  This changes them over
to using list.h.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19377)
include/internal/quic_demux.h
ssl/quic/quic_demux.c
ssl/quic/quic_record_rx.c