diff options
Diffstat (limited to 'vmime/net/tls/openssl/TLSSession_OpenSSL.hpp')
| -rw-r--r-- | vmime/net/tls/openssl/TLSSession_OpenSSL.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vmime/net/tls/openssl/TLSSession_OpenSSL.hpp b/vmime/net/tls/openssl/TLSSession_OpenSSL.hpp index 74c49a19..85f018f1 100644 --- a/vmime/net/tls/openssl/TLSSession_OpenSSL.hpp +++ b/vmime/net/tls/openssl/TLSSession_OpenSSL.hpp @@ -38,6 +38,7 @@ #include "vmime/net/tls/TLSSession.hpp" #include "vmime/net/tls/TLSSocket.hpp" +#include "vmime/net/tls/TLSProperties.hpp" #include <openssl/ssl.h> @@ -54,7 +55,7 @@ class TLSSession_OpenSSL : public TLSSession public: - TLSSession_OpenSSL(const ref <security::cert::certificateVerifier> cv); + TLSSession_OpenSSL(const ref <security::cert::certificateVerifier> cv, ref <TLSProperties> props); ~TLSSession_OpenSSL(); @@ -90,6 +91,7 @@ private: SSL_CTX* m_sslctx; ref <security::cert::certificateVerifier> m_certVerifier; + ref <TLSProperties> m_props; }; |
