1
0
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:
stskeeps
2002-07-23 19:04:18 +00:00
parent 775f3fe272
commit 4e84c85ceb
5 changed files with 59 additions and 4 deletions
+2
View File
@@ -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);