]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: remove unneeded defined(OPENSSL_IS_BORINGSSL)
authorEmmanuel Hocdet <manu@gandi.net>
Tue, 14 May 2019 14:27:35 +0000 (16:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Jun 2019 08:01:44 +0000 (10:01 +0200)
commit839af57c8550f73d5d57c5f31cbc97419f73cc10
tree8c1f420c123817f4b6d7a55547ebdff7ee297c21
parent36fb77e29535a7feade2625f8056e22b66aee7ca
CLEANUP: ssl: remove unneeded defined(OPENSSL_IS_BORINGSSL)

BoringSSL pretend to be compatible with OpenSSL 1.1.0 and
OPENSSL_VERSION_NUMBER is set accordly: cleanup redundante #ifdef.
src/ssl_sock.c