From a87f73de1aba389cb70836534d093edfe30ff7e9 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Tue, 8 Nov 2005 05:51:21 +0000 Subject: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=534 --- cpp/src/IceSSL/ClientContext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceSSL/ClientContext.cpp') diff --git a/cpp/src/IceSSL/ClientContext.cpp b/cpp/src/IceSSL/ClientContext.cpp index eaac6778704..b85cd88c01c 100644 --- a/cpp/src/IceSSL/ClientContext.cpp +++ b/cpp/src/IceSSL/ClientContext.cpp @@ -12,7 +12,7 @@ #include #include -#include +#include #include using namespace std; @@ -60,7 +60,7 @@ IceSSL::ClientContext::createTransceiver(int socket, const OpenSSLPluginIPtr& pl } SSL* ssl = createSSLConnection(socket); - return new SslClientTransceiver(plugin, socket, _certificateVerifier, ssl, timeout); + return new SslTransceiver(IceSSL::Client, plugin, socket, _certificateVerifier, ssl, timeout); } IceSSL::ClientContext::ClientContext(const TraceLevelsPtr& traceLevels, const CommunicatorPtr& communicator) : -- cgit v1.2.3