git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
14b5115
)
wip
kylef/wip
author
Kyle Fuller
<redacted>
Tue, 11 Aug 2015 00:02:48 +0000
(
01:02
+0100)
committer
Kyle Fuller
<redacted>
Tue, 11 Aug 2015 00:02:48 +0000
(
01:02
+0100)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index b78e31c65ea34290bc7d9b3ceb0a579bee067c59..f82cc46fd492dd855c8cd510435be449e4df53d7 100644
(file)
--- 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<PLVHTTPSocket *>(pData);
-}
#endif
#ifndef PALAVER_VERSION
git clone https://git.99rst.org/PROJECT