]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: fix build with openssl < 1.1.0
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Oct 2019 17:40:28 +0000 (19:40 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 17:44:50 +0000 (19:44 +0200)
commit89f5807315831ec42c73d5440a36520d4f7acf2e
treebc769c409e102dbc0e733a2397d64a02088e6565
parentf29cdefccd899f7e98f21c971cb5f4257b72dce5
BUG/MINOR: ssl: fix build with openssl < 1.1.0

8c1cddef ("MINOR: ssl: new functions duplicate and free a ckch_store")
use some OpenSSL refcount functions that were introduced in OpenSSL
1.0.2 and OpenSSL 1.1.0.

Fix the problem by introducing them in openssl-compat.h.

Fix #336.
include/common/openssl-compat.h