MEDIUM: ssl: use ssl_sock_get_ssl_object() in fetchers where appropriate
authorDragan Dosen <ddosen@haproxy.com>
Mon, 11 May 2020 15:25:19 +0000 (17:25 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 May 2020 11:13:14 +0000 (13:13 +0200)
commit2dec6a3bf120b09cd1b5578b557ce5a65e9cf08d
tree36fb1db8b15a44c26b3e3a939150a5af8ffeb974
parenteb607fe6a11a8de5b5c30abc20e89c32fe5e2aea
MEDIUM: ssl: use ssl_sock_get_ssl_object() in fetchers where appropriate

Doing this also makes sure that conn->xprt_ctx is always checked before
using it.
src/ssl_sock.c