mirror of https://github.com/openssl/openssl.git
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:
parent
50e76846bf
commit
d11b901b0b
|
@ -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)
|
static void qrx_on_rx(QUIC_URXE *urxe, void *arg)
|
||||||
{
|
{
|
||||||
OSSL_QRX *qrx = arg;
|
OSSL_QRX *qrx = arg;
|
||||||
|
|
||||||
ossl_qrx_inject_urxe(qrx, urxe);
|
ossl_qrx_inject_urxe(qrx, urxe);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue