trivial code nit

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21429)
This commit is contained in:
Pauli 2023-07-18 13:03:30 +10:00
parent 50e76846bf
commit d11b901b0b

View File

@ -247,6 +247,7 @@ void ossl_qrx_inject_urxe(OSSL_QRX *qrx, QUIC_URXE *urxe)
static void qrx_on_rx(QUIC_URXE *urxe, void *arg)
{
OSSL_QRX *qrx = arg;
ossl_qrx_inject_urxe(qrx, urxe);
}