summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslSystemOpenSSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SslSystemOpenSSL.h')
-rw-r--r--cpp/src/Ice/SslSystemOpenSSL.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/SslSystemOpenSSL.h b/cpp/src/Ice/SslSystemOpenSSL.h
index 970d8a2b30c..0f26a9876c7 100644
--- a/cpp/src/Ice/SslSystemOpenSSL.h
+++ b/cpp/src/Ice/SslSystemOpenSSL.h
@@ -77,8 +77,6 @@ class System : public IceSecurity::Ssl::System
{
public:
- void printContextInfo(SSL_CTX*);
-
// This is how we create a Server connection.
virtual IceSecurity::Ssl::Connection* createServerConnection(int);
@@ -88,6 +86,9 @@ public:
// Shuts down the SSL System.
virtual void shutdown();
+ virtual void setTrace(const TraceLevelsPtr&);
+ virtual void setLogger(const LoggerPtr&);
+
virtual bool isConfigLoaded();
virtual void loadConfig();