diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-03-06 10:13:40 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-06 10:13:40 +0100 |
commit | 042526c19f38fc57ae0976c95b994dceee864fe1 (patch) | |
tree | e9323545beaddf5cdf370f90bd1f781924a79f33 /lib | |
parent | 9fa1abe9fe5d914da1ebcaa697555277bbe81124 (diff) |
urldata: fix gnutls build
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 4 |
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 |