]> git.kaiwu.me - haproxy.git/commit
REORG: include: move openssl-compat.h from common/ to haproxy/
authorWilly Tarreau <w@1wt.eu>
Wed, 27 May 2020 14:26:00 +0000 (16:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit6019faba50374b983245344217ee161fe298a1b6
tree42b48c59f02a1fa3394fd54fae54e4e6c76b98f1
parent8d36697deea8e4c87202a94505b238174334ea40
REORG: include: move openssl-compat.h from common/ to haproxy/

This file is to openssl what compat.h is to the libc, so it makes sense
to move it to haproxy/. It could almost be part of api.h but given the
amount of openssl stuff that gets loaded I fear it could increase the
build time.

Note that this file contains lots of inlined functions. But since it
does not depend on anything else in haproxy, it remains safe to keep
all that together.
include/haproxy/openssl-compat.h [moved from include/common/openssl-compat.h with 98% similarity]
include/proto/ssl_sock.h
include/types/listener.h
include/types/server.h
include/types/ssl_ckch.h
include/types/ssl_sock.h
src/cfgparse-ssl.c
src/haproxy.c
src/ssl_sample.c
src/ssl_sock.c
src/ssl_utils.c