CLEANUP: quic: Useless use of pointer for quic_hkdf_extract()
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 10 May 2022 16:40:19 +0000 (18:40 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 May 2022 15:48:35 +0000 (17:48 +0200)
commit4ba3b4ef67c34bf414af145338c9566230cbdc7f
tree80036c4c1d1aa057bdf1c73a4fba2cda661bbeb6
parenta54e49d0b1892ca51cfc2dedd243f7bb353468ba
CLEANUP: quic: Useless use of pointer for quic_hkdf_extract()

There is no need to use a pointer to the output buffer length.
src/quic_tls.c