]> jfr.im git - solanum.git/commit
sslproc: simplify ssl open callback
authorSimon Arlott <sa.me.uk>
Mon, 25 Apr 2016 20:12:44 +0000 (21:12 +0100)
committerSimon Arlott <sa.me.uk>
Mon, 25 Apr 2016 20:12:44 +0000 (21:12 +0100)
commit53789fddda974222f729d608558ce9ae662c6d9f
treec50a8fd69e05a93c3fe5dfe9ba4a0174f9cf7e7c
parente1f16ce22e73b77cfd9b8b74539cea9715c88089
sslproc: simplify ssl open callback

Don't use the librb callback type as we're always passing client_p.

Provide a return value so that the connect handler can exit_client()
and the accept handler can opt to use the default dead handler.
include/client.h
ircd/s_serv.c
ircd/sslproc.c