]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2: sync with current master
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jun 2020 14:22:05 +0000 (16:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jun 2020 15:09:59 +0000 (17:09 +0200)
ngtcp2 added two new callbacks

Reported-by: Lucien Zürcher
Fixes #5624
Closes #5627

lib/vquic/ngtcp2.c

index e5528231c8c375bf03ad22de4dba0f5ff57916a5..d29cb378ded401c6f430853f3b79bfd3be601166 100644 (file)
@@ -757,7 +757,9 @@ static ngtcp2_conn_callbacks ng_callbacks = {
   cb_extend_max_stream_data,
   NULL, /* dcid_status */
   NULL, /* handshake_confirmed */
-  NULL  /* recv_new_token */
+  NULL, /* recv_new_token */
+  ngtcp2_crypto_delete_crypto_aead_ctx_cb,
+  ngtcp2_crypto_delete_crypto_cipher_ctx_cb
 };
 
 /*