]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 18:30:20 +0000 (20:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit209108dbbdebbe0ac0f3e782002f2b4caf75d874
treee9879e59ab9d394f768c49a2d78ed7bff0953da6
parent2867159d637bd64fa177f33654dd0e38604604d5
REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h

Almost nothing changed, just moved a static inline at the end and moved
an export from the types to the main file.
18 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/ssl_sock-t.h [moved from include/types/ssl_sock.h with 98% similarity]
include/haproxy/ssl_sock.h [moved from include/proto/ssl_sock.h with 95% similarity]
include/types/server.h
src/backend.c
src/cfgparse-ssl.c
src/check.c
src/connection.c
src/haproxy.c
src/log.c
src/mux_fcgi.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sample.c
src/ssl_sock.c
src/ssl_utils.c
src/stats.c
src/tools.c