]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: jwt: Remove unused parameter in convert_ecdsa_sig
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 30 Jun 2025 14:56:25 +0000 (16:56 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Jun 2025 15:59:55 +0000 (17:59 +0200)
commit6e9f886c4dc0ccdb6f5fbddb450a0af4ec901004
tree0b0163e5cf544c8a1474f13adc7ae6d8edfbefd6
parentcd89ce1766bce9bb761b4ed2b4b42749193c6760
MINOR: jwt: Remove unused parameter in convert_ecdsa_sig

The pubkey parameter in convert_ecdsa_sig was not actually used.
src/jwt.c