diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-05 17:28:32 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-05 17:28:32 +0000 |
commit | 06ff816fe028e296da7ed8f4596c4f00d0aaf7c3 (patch) | |
tree | bec46912989562691bdbc942997181dd0652f20d /cpp/src/Ice/SslConnectionOpenSSLClient.h | |
parent | Big check in. Glacier client authentication (certificate verification) has (diff) | |
download | ice-06ff816fe028e296da7ed8f4596c4f00d0aaf7c3.tar.bz2 ice-06ff816fe028e296da7ed8f4596c4f00d0aaf7c3.tar.xz ice-06ff816fe028e296da7ed8f4596c4f00d0aaf7c3.zip |
Updates to fix a problem with multiple copies of
SslCertificateVerifierOpenSSL.h, parameters update in
test/Glacier/stater/run.py and namespace issues.
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSLClient.h')
-rw-r--r-- | cpp/src/Ice/SslConnectionOpenSSLClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLClient.h b/cpp/src/Ice/SslConnectionOpenSSLClient.h index fdf0e6c0779..1ed809c758b 100644 --- a/cpp/src/Ice/SslConnectionOpenSSLClient.h +++ b/cpp/src/Ice/SslConnectionOpenSSLClient.h @@ -26,7 +26,7 @@ class ClientConnection : public Connection { public: - ClientConnection(const CertificateVerifierPtr&, SSL*, const IceSecurity::Ssl::SystemPtr&); + ClientConnection(const IceSecurity::Ssl::CertificateVerifierPtr&, SSL*, const IceSecurity::Ssl::SystemPtr&); virtual ~ClientConnection(); virtual void shutdown(); virtual int init(int timeout = 0); |