commit | 89f5807315831ec42c73d5440a36520d4f7acf2e | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Oct 23 19:40:28 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 23 19:44:50 2019 +0200 |
tree | bc769c409e102dbc0e733a2397d64a02088e6565 | |
parent | f29cdefccd899f7e98f21c971cb5f4257b72dce5 [diff] |
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.