urldata: fix gnutls build

This commit is contained in:
Daniel Stenberg 2015-03-06 10:13:40 +01:00
parent 9fa1abe9fe
commit 042526c19f

View File

@ -89,10 +89,6 @@
#endif
#endif /* USE_OPENSSL */
#ifdef USE_GNUTLS
#error Configuration error; cannot use GnuTLS *and* OpenSSL.
#endif
#ifdef USE_GNUTLS
#include <gnutls/gnutls.h>
#endif