]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_rsa_ecdsa()
authorTim Duesterhus <tim@bastelstu.be>
Mon, 18 Oct 2021 16:40:29 +0000 (18:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Oct 2021 07:45:48 +0000 (09:45 +0200)
commite0c1d749a8412b95d417d431e540ae31ceb8924d
treec83c89ae12bcefbb2ee4ee9840f55062d87e7932
parentc87d3c21bf6969e05ad86a15d01a055da6f23bee
CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_rsa_ecdsa()

`trash` was completely unused within this function.
src/jwt.c