]> git.ipfire.org Git - thirdparty/openssl.git/commit
SSL_inject_net_dgram() should return result of ossl_quic_demux_inject()
authorsashan <anedvedicky@gmail.com>
Thu, 10 Oct 2024 08:48:07 +0000 (10:48 +0200)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit41fe7a2b8e3ba7075aa34b9d2412037e87cfffb5
tree1355a506331728deaa1f494c6c8a82f442be66c6
parent35f1917f2da1dec62e665e30b44337bbe184b138
SSL_inject_net_dgram() should return result of ossl_quic_demux_inject()

This got introduced by #595288251bb (QUIC APL: Ensure APL
functions use correct prologue)

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25659)
ssl/quic/quic_impl.c