commit | a25a19fdee548241165b59af94c68d1b5b083bee | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Jan 29 00:04:24 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jan 29 00:08:10 2020 +0100 |
tree | 3f4a46181c1b3cfdceec721a8f7b6621c36c8e43 | |
parent | 1113116b4afc05d7e555925cbe7fa3ab2f08f059 [diff] |
BUG/MINOR: ssl/cli: fix unused variable with openssl < 1.0.2 src/ssl_sock.c: In function ‘cli_io_handler_show_cert’: src/ssl_sock.c:10214:6: warning: unused variable ‘n’ [-Wunused-variable] int n; ^ Fix this problem in the io handler of the "show ssl cert" function.