summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLTransceiverI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-04-16 19:06:07 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-04-16 19:06:07 +0200
commit92d89cd2713faffed0ba8ba69a65e392400b64fc (patch)
tree6e12c321b5c9debc2ad137f78813f890ab3723fc /cpp/src/IceSSL/OpenSSLTransceiverI.cpp
parentRemove MD5 support from icehashpassword.py (diff)
downloadice-92d89cd2713faffed0ba8ba69a65e392400b64fc.tar.bz2
ice-92d89cd2713faffed0ba8ba69a65e392400b64fc.tar.xz
ice-92d89cd2713faffed0ba8ba69a65e392400b64fc.zip
Various SSL fixes, tests for intermedate CAs
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLTransceiverI.cpp')
-rw-r--r--cpp/src/IceSSL/OpenSSLTransceiverI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLTransceiverI.cpp b/cpp/src/IceSSL/OpenSSLTransceiverI.cpp
index 5edf2874221..5acd71dc8f3 100644
--- a/cpp/src/IceSSL/OpenSSLTransceiverI.cpp
+++ b/cpp/src/IceSSL/OpenSSLTransceiverI.cpp
@@ -125,7 +125,6 @@ IceSSL::TransceiverI::initialize(IceInternal::Buffer& readBuffer, IceInternal::B
#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < 0x100000bfL
sync.release();
#endif
-
if(ret <= 0)
{
switch(SSL_get_error(_ssl, ret))