diff --git a/src/ssl.c b/src/ssl.c index b72847f45..d9af29e2a 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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 */