]> git.ipfire.org Git - thirdparty/openssl.git/commit
uint_set: convert uint_set to use the list data type
authorPauli <pauli@openssl.org>
Tue, 11 Oct 2022 07:41:04 +0000 (18:41 +1100)
committerPauli <pauli@openssl.org>
Wed, 16 Nov 2022 07:02:02 +0000 (18:02 +1100)
commitc5ca718003e69ea0ef98392ce0abd4b6bfedeac8
treeb48ca9d41aaf78bed28036f4b8b48b3799d84274
parentec7689186f3ea5c1a4d1564089cd8df287dfcf3c
uint_set: convert uint_set to use the list data type

This is instead of re-implementing a linked list itself.

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/uint_set.h
ssl/quic/quic_ackm.c
ssl/quic/quic_sstream.c
ssl/quic/uint_set.c