From: Kyle Fuller Date: Tue, 11 Aug 2015 00:02:48 +0000 (+0100) Subject: wip X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=refs%2Fheads%2Fkylef%2Fwip;p=znc-palaver.git wip --- diff --git a/palaver.cpp b/palaver.cpp index b78e31c..f82cc46 100644 --- a/palaver.cpp +++ b/palaver.cpp @@ -26,14 +26,6 @@ #if defined VERSION_MAJOR && defined VERSION_MINOR && VERSION_MAJOR >= 1 && VERSION_MINOR < 6 #define CSOCKET_DOES_NOT_HAVE_SNI_CONFIGURATION - -static int PalaverSNICallBack(SSL *pSSL, int *piAD, void *pData) { - if (!pSSL || !pData) { - return SSL_TLSEXT_ERR_NOACK; - } - - PLVHTTPSocket *pSock = static_cast(pData); -} #endif #ifndef PALAVER_VERSION