From 50f82c3a04bc8d9c4d6e93d9f499ce8428e5940b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 15 Nov 2011 11:40:42 +0000 Subject: [PATCH] GNU TLS 3 has no 'extra' (thanks to mabrand). --- src/net/tls/TLSSession.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/net/tls/TLSSession.cpp b/src/net/tls/TLSSession.cpp index d3f6d495..cb50acc7 100644 --- a/src/net/tls/TLSSession.cpp +++ b/src/net/tls/TLSSession.cpp @@ -22,7 +22,9 @@ // #include +#if GNUTLS_VERSION_NUMBER < 0x030000 #include +#endif #include "vmime/config.hpp"