From: Daniel Stenberg Date: Mon, 29 Jun 2020 14:22:05 +0000 (+0200) Subject: ngtcp2: sync with current master X-Git-Tag: curl-7_71_1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c891e681bf6d87cdf3d881f767f77d9bbd87ccf2;p=thirdparty%2Fcurl.git ngtcp2: sync with current master ngtcp2 added two new callbacks Reported-by: Lucien Zürcher Fixes #5624 Closes #5627 --- diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index e5528231c8..d29cb378de 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -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 }; /*