summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ContextOpenSSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ContextOpenSSL.h')
-rw-r--r--cpp/src/Ice/ContextOpenSSL.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/ContextOpenSSL.h b/cpp/src/Ice/ContextOpenSSL.h
index c8225795ecc..c5c4d61d30e 100644
--- a/cpp/src/Ice/ContextOpenSSL.h
+++ b/cpp/src/Ice/ContextOpenSSL.h
@@ -107,11 +107,15 @@ protected:
std::string _dsaPublicKeyProperty;
std::string _caCertificateProperty;
std::string _handshakeTimeoutProperty;
+ std::string _passphraseRetriesProperty;
+ std::string _maxPassphraseRetriesDefault;
IceSSL::CertificateVerifierPtr _certificateVerifier;
SSL_CTX* _sslContext;
+ int _maxPassphraseTries;
+
friend class IceSSL::OpenSSL::System;
};