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
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