REORG: shctx: move ssl functions to ssl_sock.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Oct 2017 18:36:36 +0000 (19:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 02:48:39 +0000 (03:48 +0100)
commited0b5ad1aaca4312d26d1e54e9acb8e4f474ab42
treebd4c70c3e791a4545a0a428c088945897ca9437e
parent3f85c9aec8ea5bce1bd1119e142af872a99b0939
REORG: shctx: move ssl functions to ssl_sock.c

Move the ssl callback functions of the ssl shared session cache to
ssl_sock.c. The shctx functions still needs to be separated of the ssl
tree and data.
include/proto/shctx.h
include/proto/ssl_sock.h
src/shctx.c
src/ssl_sock.c