]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move ssl configuration to cfgparse-ssl.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 14 May 2020 15:47:32 +0000 (17:47 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 15 May 2020 12:11:54 +0000 (14:11 +0200)
commitdad310515767b13af4dceb7d08cd0db45f86e9d1
tree425f9865615387dda709a79f944a008d31be9ce9
parentda8584c1eacb73fb8e08c812fe885ab3c7ed5ba3
REORG: ssl: move ssl configuration to cfgparse-ssl.c

Move all the configuration parsing of the ssl keywords in cfgparse-ssl.c
Makefile
include/proto/ssl_sock.h
src/cfgparse-ssl.c [new file with mode: 0644]
src/ssl_sock.c