commit | 27c21cdd5ee323f3e4e530ded8d1793b884a7d34 | [log] [tgz] |
---|---|---|
author | Eric Salama <esalama@haproxy.com> | Wed Nov 20 11:33:40 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 20 14:20:12 2019 +0100 |
tree | dad4ddcd2d64bfbcb9bf736a7c784480e0c11017 | |
parent | be1c4bc8c0fd89256f4e360b2f9e84452f19102f [diff] |
BUILD/MINOR: ssl: fix compiler warning about useless statement There is a compiler warning after commit a9363eb6 ("BUG/MEDIUM: ssl: 'tune.ssl.default-dh-param' value ignored with openssl > 1.1.1"): src/ssl_sock.c: In function 'ssl_sock_prepare_ctx': src/ssl_sock.c:4481:4: error: statement with no effect [-Werror=unused-value] Fix it by adding a (void) (cherry picked from commit 3c8bde88ca0c189536db741ab6f6de0b4a4fe15d) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>