1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vquic
Jay Satiro 10121a417d ngtcp2: Support the latest update key callback type
- 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: https://github.com/ngtcp2/ngtcp2/commit/42ce09c

Closes https://github.com/curl/curl/pull/4735
2019-12-20 00:34:58 -05:00
..
ngtcp2.c ngtcp2: Support the latest update key callback type 2019-12-20 00:34:58 -05:00
ngtcp2.h ngtcp2: Support the latest update key callback type 2019-12-20 00:34:58 -05:00
quiche.c build: Disable Visual Studio warning "conditional expression is constant" 2019-12-01 19:01:02 -05:00
quiche.h quiche: improved error handling and memory cleanups 2019-08-07 08:39:39 +02:00