]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: functions defined but not used
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 11 Sep 2025 13:32:59 +0000 (15:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 11 Sep 2025 13:32:59 +0000 (15:32 +0200)
commitfb832e1e525ce41c02ab1b08c468309825e5e5e5
treeea79e1a7a4ad41750d76afcff0be4c5302f2e123
parent50d191b8a3dcb54854413aa8ea6097db74fe6277
BUILD: ssl: functions defined but not used

Previous patch 50d191b ("MINOR: ssl: set functions as static when no
protypes in the .h") broke the WolfSSL function with unused functions.

This patch add __maybe_unused to ssl_sock_sctl_parse_cbk(),
ssl_sock_sctl_add_cbk() and ssl_sock_msgcbk()
src/ssl_sock.c