summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r--syncSocket.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp
index 36c02b5..066e5e6 100644
--- a/syncSocket.cpp
+++ b/syncSocket.cpp
@@ -35,3 +35,13 @@ void SyncSocket::OnAccept()
Send("\n");
}
+//void StatusSocket::InitSSLServer()
+//{
+// InitializeContext("server.pem", "keypwd", SSLv23_method());
+//}
+//
+//
+//void StatusSocket::Init()
+//{
+// EnableSSL();
+//}