summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslSystemOpenSSL.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-02-18 19:59:08 +0000
committerAnthony Neal <aneal@zeroc.com>2002-02-18 19:59:08 +0000
commit05d06bf28399d88cf387da0cf5db7b4861495767 (patch)
tree1cc9d3629f4b8b8a58db33816c5be5f05cedb736 /cpp/src/Ice/SslSystemOpenSSL.h
parentUpdate. (diff)
downloadice-05d06bf28399d88cf387da0cf5db7b4861495767.tar.bz2
ice-05d06bf28399d88cf387da0cf5db7b4861495767.tar.xz
ice-05d06bf28399d88cf387da0cf5db7b4861495767.zip
Another update, primarily for slicifying SslCertificateVerifier and the
macro cleanup.
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();