]> git.ipfire.org Git - thirdparty/openssl.git/commit
remove check of pending in ossl_quic_free
authorNeil Horman <nhorman@openssl.org>
Wed, 22 Jan 2025 15:25:47 +0000 (10:25 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 23 Jan 2025 16:50:42 +0000 (11:50 -0500)
commit6fde47d8f3ce966cab6db1232ea100d9609df997
tree47d065c22d4cbff47b03a21bd75e2b6d4654c7cc
parent19bad865793478a8e0e61001915c78af6c330b8d
remove check of pending in ossl_quic_free

Not strictly needed

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26361)
ssl/quic/quic_impl.c