aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-03-06 10:13:40 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-03-06 10:13:40 +0100
commit042526c19f38fc57ae0976c95b994dceee864fe1 (patch)
treee9323545beaddf5cdf370f90bd1f781924a79f33 /lib/urldata.h
parent9fa1abe9fe5d914da1ebcaa697555277bbe81124 (diff)
urldata: fix gnutls build
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 29ceb9df3..f444c0f23 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -90,10 +90,6 @@
#endif /* USE_OPENSSL */
#ifdef USE_GNUTLS
-#error Configuration error; cannot use GnuTLS *and* OpenSSL.
-#endif
-
-#ifdef USE_GNUTLS
#include <gnutls/gnutls.h>
#endif