CLEANUP: ssl: Remove useless local variable in tlskeys_list_get_next()
authorTim Duesterhus <tim@bastelstu.be>
Sun, 3 Jan 2021 00:29:56 +0000 (01:29 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 9 Dec 2021 13:01:21 +0000 (14:01 +0100)
commit27a65ea2ba246a598523d565cfaa352c2e9a0af9
tree5aee5025371d424567fe24d1337cbe1ba6e519f0
parentabf8e14bb270e9ff7100bd21c7953c6ac9ff9d98
CLEANUP: ssl: Remove useless local variable in tlskeys_list_get_next()

`getnext` was only used to fill `ref` at the beginning of the function. Both
have the same type. Replace the parameter name by `ref` to remove the useless
local variable.

(cherry picked from commit cb8b281c022912820898ae9ebaea868cf1a07d58)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
src/ssl_sock.c