]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: fix unused variable with openssl < 1.0.2
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 28 Jan 2020 23:04:24 +0000 (00:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 28 Jan 2020 23:08:10 +0000 (00:08 +0100)
commita25a19fdee548241165b59af94c68d1b5b083bee
tree3f4a46181c1b3cfdceec721a8f7b6621c36c8e43
parent1113116b4afc05d7e555925cbe7fa3ab2f08f059
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.
src/ssl_sock.c