func signature in ngtcp2 has changed which causes curl build (when building in ngtcp2 support) to fail.
vquic/ngtcp2.c:617:6: error: too many arguments to function ‘ngtcp2_crypto_read_write_crypto_data’
if(ngtcp2_crypto_read_write_crypto_data(tconn, qs->ssl, crypto_level, data,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
guessing the fix is updating func invoke in vquic/ngtcp2.c
The text was updated successfully, but these errors were encountered:
xquery
changed the title
latest ngtcp2_crypto_read_write_crypto_data causes error in build
ngtcp2_crypto_read_write_crypto_data() causes error in build
May 24, 2020
Based on client.cc changes from ngtcp2. Tested with current git master,
ngtcp2 commit c77d5731ce92, nghttp3 commit 65ff479d4380.
Fixescurl#5444Closescurl#5443
func signature in ngtcp2 has changed which causes curl build (when building in ngtcp2 support) to fail.
vquic/ngtcp2.c:617:6: error: too many arguments to function ‘ngtcp2_crypto_read_write_crypto_data’
if(ngtcp2_crypto_read_write_crypto_data(tconn, qs->ssl, crypto_level, data,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
guessing the fix is updating func invoke in vquic/ngtcp2.c
The text was updated successfully, but these errors were encountered: