aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/openssl/TLSSession_OpenSSL.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-01-15 11:01:58 +0000
committerVincent Richard <[email protected]>2013-01-15 11:01:58 +0000
commit65f235d647794464a8ab6d6fbabdfa0c22befac1 (patch)
treed7acff1065f30189a6fa8a3955209be28d7eef69 /src/net/tls/openssl/TLSSession_OpenSSL.cpp
parentUpdated copyright year and maintainer email address. (diff)
downloadvmime-65f235d647794464a8ab6d6fbabdfa0c22befac1.tar.gz
vmime-65f235d647794464a8ab6d6fbabdfa0c22befac1.zip
Removed unused includes for OpenSSL.
Diffstat (limited to 'src/net/tls/openssl/TLSSession_OpenSSL.cpp')
-rwxr-xr-xsrc/net/tls/openssl/TLSSession_OpenSSL.cpp6
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"