]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2: remove the acked_crypto_offset struct field init
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2021 15:04:45 +0000 (17:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2021 21:06:36 +0000 (23:06 +0200)
... as it is gone from the API upstream.

Closes #7578

lib/vquic/ngtcp2.c

index f9d3a98c0953eec0f7ef09fedd7e2a17ad7fa208..7f074eaefc20dbd1211055d065fc4068a3aa1cfb 100644 (file)
@@ -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,