1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 08:33:12 +02:00

- ssl: include prototype for start_of_normal_client_handshake().

This commit is contained in:
William Pitcock
2013-05-24 23:16:37 +00:00
parent 17f2ac31c5
commit f5cfafb94e
+1
View File
@@ -39,6 +39,7 @@ extern HWND hwIRCDWnd;
#define SAFE_SSL_ACCEPT 3
#define SAFE_SSL_CONNECT 4
extern void start_of_normal_client_handshake(aClient *acptr);
static int fatal_ssl_error(int ssl_error, int where, int my_errno, aClient *sptr);
/* The SSL structures */