mirror of
https://github.com/curl/curl.git
synced 2026-05-16 16:46:20 +03:00
- Remove our cb_update_key in favor of ngtcp2's new
ngtcp2_crypto_update_key_cb which does the same thing.
Several days ago the ngtcp2_update_key callback function prototype was
changed in ngtcp2/ngtcp2@42ce09c. Though it would be possible to
fix up our cb_update_key for that change they also added
ngtcp2_crypto_update_key_cb which does the same thing so we'll use that
instead.
Ref:
|
||
|---|---|---|
| .. | ||
| ngtcp2.c | ||
| ngtcp2.h | ||
| quiche.c | ||
| quiche.h | ||