diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-05 19:24:28 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-05 19:24:28 +0000 |
commit | d671d3456850f12d09986100b4bcd3c76fdcab55 (patch) | |
tree | b4a3b4502d01ddca5b1df1a06667273087621e7a /cpp/src/Ice/SslConnectionOpenSSL.cpp | |
parent | eliminating need for .antrc (diff) | |
download | ice-d671d3456850f12d09986100b4bcd3c76fdcab55.tar.bz2 ice-d671d3456850f12d09986100b4bcd3c76fdcab55.tar.xz ice-d671d3456850f12d09986100b4bcd3c76fdcab55.zip |
Cleaned up a few things, added OpenSSL to the link dependencies on Glacier
(needed), and also fixed the CertVerifier in both the Starter Client
and Glacier itself.
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSL.cpp')
-rw-r--r-- | cpp/src/Ice/SslConnectionOpenSSL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSL.cpp b/cpp/src/Ice/SslConnectionOpenSSL.cpp index f7f5a33a4d3..90356d05045 100644 --- a/cpp/src/Ice/SslConnectionOpenSSL.cpp +++ b/cpp/src/Ice/SslConnectionOpenSSL.cpp @@ -105,7 +105,7 @@ IceSecurity::Ssl::OpenSSL::DefaultCertificateVerifier::verify(int preVerifyOkay, ostringstream outStringStream; - outStringStream << "depth = " << errorDepth << ":" << buf << endl; + outStringStream << "depth = " << dec << errorDepth << ":" << buf << std::endl; if (!preVerifyOkay) { |