1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ngtcp2: adapt to the new recv_datagram callback

This commit is contained in:
Daniel Stenberg 2021-02-09 23:25:20 +01:00
parent 69a396f593
commit ec5d9b44a2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -739,7 +739,8 @@ static ngtcp2_callbacks ng_callbacks = {
NULL, /* handshake_confirmed */ NULL, /* handshake_confirmed */
NULL, /* recv_new_token */ NULL, /* recv_new_token */
ngtcp2_crypto_delete_crypto_aead_ctx_cb, ngtcp2_crypto_delete_crypto_aead_ctx_cb,
ngtcp2_crypto_delete_crypto_cipher_ctx_cb ngtcp2_crypto_delete_crypto_cipher_ctx_cb,
NULL /* recv_datagram */
}; };
/* /*