summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_rx_depack.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_rx_depack.c')
-rw-r--r--ssl/quic/quic_rx_depack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_rx_depack.c b/ssl/quic/quic_rx_depack.c
index 740f95f23a..f22e658e8a 100644
--- a/ssl/quic/quic_rx_depack.c
+++ b/ssl/quic/quic_rx_depack.c
@@ -1107,7 +1107,7 @@ static int depack_process_frames(QUIC_CHANNEL *ch, PACKET *pkt,
}
ch->msg_callback(0, OSSL_QUIC1_VERSION, ctype, sof, framelen,
- ch->msg_callback_s, ch->msg_callback_arg);
+ ch->msg_callback_ssl, ch->msg_callback_arg);
}
}