Files
bitchx/source
Kevin Easton 7642e741b9 Switch to using NULL server.ssl_fd to mark new SSL connection instead of NULL server.ctx
server.ctx is now allocated once for each server on first connection, then reused for subsequent connections.

server.ctx wasn't being cleared when the server was closed (as server.ssl_fd is), so this was causing
reconnection to fail until try_connect() got called.

This also removes the last uses of the CHK_* macros in ssl.h, so remove them.
2017-12-03 02:16:39 +11:00
..
2017-06-28 00:03:09 +10:00
2017-05-10 23:41:32 +10:00
2017-07-11 19:01:09 +10:00
2017-11-27 23:15:06 +11:00
2017-11-24 17:29:51 +11:00