CLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 12 May 2020 15:42:42 +0000 (17:42 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 15 May 2020 12:11:54 +0000 (14:11 +0200)
commitc69973f7eb6f0552fac2030b1b13b805c2e353aa
tree10ef06a0d6380e6e4f1d8ea702954589df78a6c8
parentd4632b2b6db7ffb42ea1898aa7a6fcecdb757e49
CLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h

Remove the static definitions of the ckch functions and add them to
ssl_ckch.h in order to use them outside ssl_sock.c.
include/proto/ssl_ckch.h [new file with mode: 0644]
src/ssl_sock.c