]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: cli: move ssl CLI functions to ssl_sock.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Sat, 29 Oct 2016 16:09:35 +0000 (18:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:59:27 +0000 (16:59 +0100)
commit32af203b752e4089e21988973e8d1129bce32263
tree492102f89e24d30452923a9fdb764646a083bfe1
parent9ed6203aef1e319d6a76c36d109ad9cc7c39bd36
REORG: cli: move ssl CLI functions to ssl_sock.c

Move ssl CLI functions to ssl_sock.c and use the cli keyword API to
register ssl actions on the CLI.
include/types/cli.h
src/cli.c
src/ssl_sock.c