diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-08 13:33:41 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-08 13:33:41 -0230 |
commit | ec106aa0f053b6ea6563b0430b2298c869e0a776 (patch) | |
tree | 215069baaba9c79c366a7a4b6295b00c307c5957 /cpp/src/IceSSL/OpenSSLTransceiverI.cpp | |
parent | Fixed download link for Windows third party installer (diff) | |
download | ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.tar.bz2 ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.tar.xz ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.zip |
ICE-6514 Removed uneeded includes of DisableWarnings.h
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLTransceiverI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLTransceiverI.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/IceSSL/OpenSSLTransceiverI.cpp b/cpp/src/IceSSL/OpenSSLTransceiverI.cpp index 2b40c62a4b6..244a79d4c6e 100644 --- a/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +++ b/cpp/src/IceSSL/OpenSSLTransceiverI.cpp @@ -21,8 +21,6 @@ #include <Ice/Buffer.h> #include <Ice/LocalException.h> -#include <IceUtil/DisableWarnings.h> - #ifdef ICE_USE_OPENSSL #include <openssl/err.h> @@ -280,7 +278,7 @@ IceSSL::TransceiverI::initialize(IceInternal::Buffer& readBuffer, IceInternal::B { _verified = true; } - + _engine->verifyPeer(_stream->fd(), _host, NativeConnectionInfoPtr::dynamicCast(getInfo())); if(_engine->securityTraceLevel() >= 1) |