From f5cfafb94eee907fdab74e99f9c62f463000f2f2 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 24 May 2013 23:16:37 +0000 Subject: [PATCH] - ssl: include prototype for start_of_normal_client_handshake(). --- src/ssl.c | 1 + 1 file changed, 1 insertion(+) 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 */