REORG: ssl: move macros and structure definitions to ssl_sock.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 7 May 2020 13:20:43 +0000 (15:20 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 15 May 2020 12:11:54 +0000 (14:11 +0200)
commit7fd8b4567e5289ced55701a97feaf2428bc1d42d
treeb65fe8996ce2bc74655a14b0ee9665c8ec18ae8c
parent2dec6a3bf120b09cd1b5578b557ce5a65e9cf08d
REORG: ssl: move macros and structure definitions to ssl_sock.h

The ssl_sock.c file contains a lot of macros and structure definitions
that should be in a .h. Move them to the more appropriate
types/ssl_sock.h file.
include/types/ssl_sock.h
src/ssl_sock.c