diff options
Diffstat (limited to 'vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp')
| -rw-r--r-- | vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp b/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp index 3dda9fa5..410fffcf 100644 --- a/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp +++ b/vmime/net/tls/openssl/TLSSocket_OpenSSL.hpp @@ -112,6 +112,8 @@ private: SSL* m_ssl; + unsigned long m_status; + // Last exception thrown from C BIO functions std::auto_ptr <std::exception> m_ex; }; |
