]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: guard SSL_CTX_set_msg_callback with SSL_CTRL_SET_MSG_CALLBACK macro
authorIlya Shipitsin <chipitsine@gmail.com>
Mon, 8 Feb 2021 11:55:06 +0000 (16:55 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 8 Feb 2021 12:49:41 +0000 (13:49 +0100)
commit7ff7747a1750cc416c3731cf53858011e02dd546
treee79db883c0cf6ef92134fc80fcb398e84425cd2d
parent060ffc82d62a83d34089b8f44159cde2f2be4f44
BUILD: ssl: guard SSL_CTX_set_msg_callback with SSL_CTRL_SET_MSG_CALLBACK macro

both SSL_CTX_set_msg_callback and SSL_CTRL_SET_MSG_CALLBACK defined since
ea262260469e49149cb10b25a87dfd6ad3fbb4ba, we can safely switch to that guard
instead of OpenSSL version
src/ssl_sock.c