summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-12-16 19:55:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-12-16 19:55:49 +0000
commit28743acac3694d3f7d0c4dfb7df5be38a8f83670 (patch)
tree4baa5e513179713247f13f82cc10b6c8d1a15f29 /TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
parent6d24af2aa44a7ab36f264d6a4f583a12d1694dc2 (diff)
downloadATCD-28743acac3694d3f7d0c4dfb7df5be38a8f83670.tar.gz
Sun Dec 16 19:53:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
index 675d401ee40..2ee259eaff0 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
@@ -571,9 +571,7 @@ TAO::SSLIOP::Connector::ssliop_connect (
else
verify_mode = ACE_SSL_Context::instance ()->default_verify_mode ();
- ::SSL_set_verify (svc_handler->peer ().ssl (),
- verify_mode,
- 0);
+ ::SSL_set_verify (svc_handler->peer ().ssl (), verify_mode, 0);
// The "eNULL" cipher disables encryption but still uses a
// secure hash (e.g. SHA1 or MD5) to ensure integrity. (Try the