]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: provide its own subscribe/unsubscribe function.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 21 Mar 2019 15:30:07 +0000 (16:30 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 18 Apr 2019 12:56:24 +0000 (14:56 +0200)
commitdf357846001a65f88af8357a50e188c96a20df7d
tree4c06951ee428763ef506c858c63f4dbe6bfe8c68
parent7b5fd1ec26abd7d982de0f9a3c65eb853c8498ab
MEDIUM: ssl: provide its own subscribe/unsubscribe function.

In order to prepare for the possibility of using different kinds of xprt
with ssl, make the ssl code provide its own subscribe and unsubscribe
functions, right now it just calls conn_subscribe and conn_unsubsribe.
src/ssl_sock.c