summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ContextOpenSSLClient.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-04-17 21:16:00 +0000
committerAnthony Neal <aneal@zeroc.com>2002-04-17 21:16:00 +0000
commit93c63dbc7c80264262bf354b988e0911e1c7ee2e (patch)
tree7112c202757d9a471d9d39f5374e9034bd7e371c /cpp/src/Ice/ContextOpenSSLClient.cpp
parenttest script now halt in case of an error (diff)
downloadice-93c63dbc7c80264262bf354b988e0911e1c7ee2e.tar.bz2
ice-93c63dbc7c80264262bf354b988e0911e1c7ee2e.tar.xz
ice-93c63dbc7c80264262bf354b988e0911e1c7ee2e.zip
Added passphrase retry capability.
Diffstat (limited to 'cpp/src/Ice/ContextOpenSSLClient.cpp')
-rw-r--r--cpp/src/Ice/ContextOpenSSLClient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ContextOpenSSLClient.cpp b/cpp/src/Ice/ContextOpenSSLClient.cpp
index ac0beb99b53..87fee400687 100644
--- a/cpp/src/Ice/ContextOpenSSLClient.cpp
+++ b/cpp/src/Ice/ContextOpenSSLClient.cpp
@@ -82,5 +82,6 @@ IceSSL::OpenSSL::ClientContext::ClientContext(const IceInternal::InstancePtr& in
_dsaPublicKeyProperty = "Ice.SSL.Client.Overrides.DSA.Certificate";
_caCertificateProperty = "Ice.SSL.Client.Overrides.CACertificate";
_handshakeTimeoutProperty = "Ice.SSL.Client.Handshake.ReadTimeout";
+ _passphraseRetriesProperty = "Ice.SSL.Client.Passphrase.Retries";
}