]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: guard Client Hello callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead...
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 22 Jan 2021 19:09:14 +0000 (00:09 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 22 Jan 2021 19:45:24 +0000 (20:45 +0100)
commit1fc44d494a478a179f978f6939e32e86536ef190
tree1a532d8c86b1c820c54c62b6f373fc0d6fb7f262
parentd808f1759dcb9fcf28b68f835b56e9c0caddddcc
BUILD: ssl: guard Client Hello callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead of openssl version

let us introduce new macro HAVE_SSL_CLIENT_HELLO_CB and guard
callback functions with it
include/haproxy/openssl-compat.h
include/haproxy/ssl_sock.h
src/ssl_sock.c