DANE: remove excess compile-time checks
[exim.git] / src / src / structs.h
index da61df24f1adf79aadbf3d50a34c339ea7eae769..9fade00915a075e477b2884d80419e34e7c11e9e 100644 (file)
@@ -805,7 +805,7 @@ typedef struct {
   int                   host_af;
   uschar *              interface;
 
-#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE)
+#ifdef SUPPORT_DANE
   BOOL dane:1;                 /* connection must do dane */
   dns_answer           tlsa_dnsa;
 #endif