From: Daniel Stenberg Date: Mon, 16 Aug 2021 15:04:45 +0000 (+0200) Subject: ngtcp2: remove the acked_crypto_offset struct field init X-Git-Tag: curl-7_79_0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f88e662fea270de13927333dd7e2030363447e;p=thirdparty%2Fcurl.git ngtcp2: remove the acked_crypto_offset struct field init ... as it is gone from the API upstream. Closes #7578 --- 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,