mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 14:03:12 +02:00
- Added ircd/safe_SSL_read/write from bahamut+inet6/azzuranet. This can be done much nic
when newio is done.
This commit is contained in:
@@ -8,3 +8,5 @@ extern SSL_METHOD *meth;
|
||||
extern void init_ssl();
|
||||
extern int ssl_handshake(aClient *); /* Handshake the accpeted con.*/
|
||||
extern int ssl_client_handshake(aClient *, ConfigItem_link *); /* and the initiated con.*/
|
||||
extern int ircd_SSL_read(aClient *acptr, void *buf, int sz);
|
||||
extern int ircd_SSL_write(aClient *acptr, const void *buf, int sz);
|
||||
Reference in New Issue
Block a user