diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-05-06 19:40:41 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-05-06 19:40:41 +0000 |
commit | f932fa6a1a49971249ef430f9cca043653ce7709 (patch) | |
tree | bff484f6731df55e5b9a77aab28c416036dbed78 /cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp | |
parent | Updated to fix test script bug. (diff) | |
download | ice-f932fa6a1a49971249ef430f9cca043653ce7709.tar.bz2 ice-f932fa6a1a49971249ef430f9cca043653ce7709.tar.xz ice-f932fa6a1a49971249ef430f9cca043653ce7709.zip |
Updated to fix a bug that Purify detected in RSAPrivateKey.cpp (that Marc
detectged before Purify! ;) ) and to get rid of some commented out
code.
Diffstat (limited to 'cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp')
-rw-r--r-- | cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp b/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp index e810873818f..5d2e247632b 100644 --- a/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp +++ b/cpp/src/IceSSL/SslConnectionOpenSSLClient.cpp @@ -158,7 +158,6 @@ IceSSL::OpenSSL::ClientConnection::init(int timeout) // errno isn't set in this situation, so we always use // ECONNREFUSED. // -// std::cout << std::dec << clock() << " init(): SSL_ERROR_SYSCALL: (result == 0)" << std::endl;
ConnectFailedException ex(__FILE__, __LINE__); #ifdef _WIN32 ex.error = WSAECONNREFUSED; |