summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-16 17:04:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-16 23:06:36 +0200
commit44f88e662fea270de13927333dd7e2030363447e (patch)
tree77fca2f57376e97bc2e6f24c6b9c431e90d224d7
parent8c9722bb1c6c36befe5d8d729db7cdcda37215a0 (diff)
downloadcurl-44f88e662fea270de13927333dd7e2030363447e.tar.gz
ngtcp2: remove the acked_crypto_offset struct field init
... as it is gone from the API upstream. Closes #7578
-rw-r--r--lib/vquic/ngtcp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c
index f9d3a98c0..7f074eaef 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,