diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 783772a9b..1fe3cc151 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -3662,8 +3662,6 @@ static ssize_t qc_do_build_hdshk_pkt(struct q_buf *wbuf, goto err; } - /* Reserve enough room at the end of the packet for the AEAD TAG. */ - end -= QUIC_TLS_TAG_LEN; largest_acked_pn = qel->pktns->tx.largest_acked_pn; /* packet number length */ *pn_len = quic_packet_number_length(pn, largest_acked_pn);