From 042526c19f38fc57ae0976c95b994dceee864fe1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 6 Mar 2015 10:13:40 +0100 Subject: urldata: fix gnutls build --- lib/urldata.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/urldata.h b/lib/urldata.h index 29ceb9df3..f444c0f23 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -89,10 +89,6 @@ #endif #endif /* USE_OPENSSL */ -#ifdef USE_GNUTLS -#error Configuration error; cannot use GnuTLS *and* OpenSSL. -#endif - #ifdef USE_GNUTLS #include #endif -- cgit v1.2.3