From 44f88e662fea270de13927333dd7e2030363447e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Aug 2021 17:04:45 +0200 Subject: [PATCH] ngtcp2: remove the acked_crypto_offset struct field init ... as it is gone from the API upstream. Closes #7578 --- lib/vquic/ngtcp2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index f9d3a98c09..7f074eaefc 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -692,7 +692,6 @@ static ngtcp2_callbacks ng_callbacks = { ngtcp2_crypto_decrypt_cb, ngtcp2_crypto_hp_mask_cb, cb_recv_stream_data, - NULL, /* acked_crypto_offset */ cb_acked_stream_data_offset, NULL, /* stream_open */ cb_stream_close,