Fix taint-checking on OpenBSD
[exim.git] / src / src / transports / smtp.c
index 617a55a1691d9ada34cacecf925c72d29d1db487..03243f3fc7dd35258db4ef6ee323262a2a8eea7e 100644 (file)
@@ -8,6 +8,10 @@
 #include "../exim.h"
 #include "smtp.h"
 
+#if defined(SUPPORT_DANE) && defined(DISABLE_TLS)
+# error TLS is required for DANE
+#endif
+
 
 /* Options specific to the smtp transport. This transport also supports LMTP
 over TCP/IP. The options must be in alphabetic order (note that "_" comes