wip kylef/wip
authorKyle Fuller <redacted>
Tue, 11 Aug 2015 00:02:48 +0000 (01:02 +0100)
committerKyle Fuller <redacted>
Tue, 11 Aug 2015 00:02:48 +0000 (01:02 +0100)
palaver.cpp

index b78e31c65ea34290bc7d9b3ceb0a579bee067c59..f82cc46fd492dd855c8cd510435be449e4df53d7 100644 (file)
 
 #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<PLVHTTPSocket *>(pData);
-}
 #endif
 
 #ifndef PALAVER_VERSION
git clone https://git.99rst.org/PROJECT