GNU TLS 3 has no 'extra' (thanks to mabrand).

This commit is contained in:
Vincent Richard 2011-11-15 11:40:42 +00:00
parent 3ef2ae9aa7
commit 50f82c3a04

View File

@ -22,7 +22,9 @@
//
#include <gnutls/gnutls.h>
#if GNUTLS_VERSION_NUMBER < 0x030000
#include <gnutls/extra.h>
#endif
#include "vmime/config.hpp"