commit | 02e19a5c7b48ab7a5a3ffd69884e27408ba15a16 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Apr 08 16:11:26 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Apr 08 16:52:51 2020 +0200 |
tree | 571417608d96fc1213bcd4a723f5e813bfb6355e | |
parent | 24be710609fe24781b489339273beec29114a3b8 [diff] |
CLEANUP: ssl: use the refcount for the SSL_CTX' Use the refcount of the SSL_CTX' to free them instead of freeing them on certains conditions. That way we can free the SSL_CTX everywhere its pointer is used.