]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: fix latest LibreSSL reg-test error
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 25 May 2019 14:30:50 +0000 (19:30 +0500)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 May 2019 19:26:02 +0000 (21:26 +0200)
commit0590f44254da9203a3c9d239836f4703aa6d543b
tree77a8f04e888db774e956378125dc25d57b41d0fa
parent08e2b41e8183bede36f4fca1b8f849f18e4be13e
BUILD: ssl: fix latest LibreSSL reg-test error

starting with OpenSSL 1.0.0 recommended way to disable compression is
using SSL_OP_NO_COMPRESSION when creating context.

manipulations with SSL_COMP_get_compression_methods, sk_SSL_COMP_num
are only required for OpenSSL < 1.0.0
src/ssl_sock.c