]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: clean ret variable in ssl_sock_load_ckchn
authorEmmanuel Hocdet <manu@gandi.net>
Tue, 30 Jul 2019 15:17:03 +0000 (17:17 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 30 Jul 2019 15:54:35 +0000 (17:54 +0200)
commita7a0f991c9b621973ba609703bc79ce29125716b
tree28fba77e718140412dbe0a5d14d1c2823791ccc7
parentefa4b95b78b18c53e31d52e664e573d8071fdd00
MINOR: ssl: clean ret variable in ssl_sock_load_ckchn

In ssl_sock_load_ckchn, ret variable is now in a half dead usage.
Remove it to clean compilation warnings.
src/ssl_sock.c