aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index e918cd61d..e9e4fb872 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -73,6 +73,9 @@
#include "ssl.h"
#include "err.h"
#endif /* USE_OPENSSL */
+#ifdef USE_GNUTLS
+#error Configuration error; cannot use GnuTLS *and* OpenSSL.
+#endif
#endif /* USE_SSLEAY */
#ifdef USE_GNUTLS