diff options
Diffstat (limited to 'cpp/src/Ice/ContextOpenSSLClient.cpp')
-rw-r--r-- | cpp/src/Ice/ContextOpenSSLClient.cpp | 1 |
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"; } |