summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SChannelEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/SChannelEngine.cpp')
-rw-r--r--cpp/src/IceSSL/SChannelEngine.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/IceSSL/SChannelEngine.cpp b/cpp/src/IceSSL/SChannelEngine.cpp
index 506aa141974..4c1991acd54 100644
--- a/cpp/src/IceSSL/SChannelEngine.cpp
+++ b/cpp/src/IceSSL/SChannelEngine.cpp
@@ -713,9 +713,7 @@ SChannelEngine::newCredentialsHandle(bool incoming)
// client. Recent Windows versions don't CA names but older ones do
// send all the trusted root CA names. We provide the root store to
// ensure that for these older Windows versions, we also include the
- // CA names of your trusted roots. IceSSL for Java will only send a
- // client certificate if the client certificate CA matches one of the
- // CA names sent by the server.
+ // CA names of our trusted roots.
//
cred.hRootStore = _rootStore;
}