]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move the ckch structures to types/ssl_ckch.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 12 May 2020 12:46:24 +0000 (14:46 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 15 May 2020 12:11:54 +0000 (14:11 +0200)
commitd4632b2b6db7ffb42ea1898aa7a6fcecdb757e49
treed751338aba7fba9927522ae665dfc10f7d2b32eb
parentbe21b663cd3c45c1039c381ed2ab0cc95612d598
REORG: ssl: move the ckch structures to types/ssl_ckch.h

Move all the structures used for loading the SSL certificates in
ssl_ckch.h
include/proto/ssl_sock.h
include/types/ssl_ckch.h [new file with mode: 0644]
include/types/ssl_sock.h
src/ssl_sock.c