QUIC tx record layer: use list.h
authorPauli <pauli@openssl.org>
Tue, 11 Oct 2022 08:59:24 +0000 (19:59 +1100)
committerPauli <pauli@openssl.org>
Wed, 16 Nov 2022 07:02:02 +0000 (18:02 +1100)
commite32fc5ad0ea1a2d69f12d9208f2de489f7ee9737
treef743f04f220a5948eb430e11a4a476972e4c77e4
parentc5ca718003e69ea0ef98392ce0abd4b6bfedeac8
QUIC tx record layer: use list.h

As opposed to implementing a linked list explicitly.

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