diff options
author | Vincent Richard <[email protected]> | 2013-01-15 11:01:58 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-01-15 11:01:58 +0000 |
commit | 65f235d647794464a8ab6d6fbabdfa0c22befac1 (patch) | |
tree | d7acff1065f30189a6fa8a3955209be28d7eef69 /src/net/tls/openssl/TLSSession_OpenSSL.cpp | |
parent | Updated copyright year and maintainer email address. (diff) | |
download | vmime-65f235d647794464a8ab6d6fbabdfa0c22befac1.tar.gz vmime-65f235d647794464a8ab6d6fbabdfa0c22befac1.zip |
Removed unused includes for OpenSSL.
Diffstat (limited to 'src/net/tls/openssl/TLSSession_OpenSSL.cpp')
-rwxr-xr-x | src/net/tls/openssl/TLSSession_OpenSSL.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/tls/openssl/TLSSession_OpenSSL.cpp b/src/net/tls/openssl/TLSSession_OpenSSL.cpp index 66dc4dad..a18e2958 100755 --- a/src/net/tls/openssl/TLSSession_OpenSSL.cpp +++ b/src/net/tls/openssl/TLSSession_OpenSSL.cpp @@ -27,12 +27,6 @@ #if VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_TLS_SUPPORT && VMIME_TLS_SUPPORT_LIB_IS_OPENSSL -#if VMIME_HAVE_PTHREAD -# include <pthread.h> -# include <gcrypt.h> -# include <errno.h> -#endif // VMIME_HAVE_PTHREAD - #include "vmime/net/tls/openssl/TLSSession_OpenSSL.hpp" #include "vmime/net/tls/openssl/OpenSSLInitializer.hpp" |