]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/CLEANUP: ssl: avoid a warning due to mixed code and declaration
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Feb 2015 15:36:16 +0000 (16:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:30 +0000 (23:12 +0100)
commit622317d5e2e4704b6c180b4b16dc1bd5e06a1d6f
tree2852cc4df9ec06706b22ee6a4fa1205b4a958cdf
parent713a7566afc753e488c8573fe6b1cc4694b5abbd
BUILD/CLEANUP: ssl: avoid a warning due to mixed code and declaration

Actually it was caused by some dummy code meant to shut gcc up for
an unused argument!
src/ssl_sock.c