Make smtp transport try server cert verify by default
[exim.git] / src / src / tls.c
index 305eaa410c9b7e91901012b380b2f532dce2ac9b..1c631272050025a370219e597b130507b0dc8fbf 100644 (file)
@@ -279,7 +279,6 @@ return list;
 }
 
 
-# ifdef EXPERIMENTAL_CERTNAMES
 /* Compare a domain name with a possibly-wildcarded name. Wildcards
 are restricted to a single one, as the first element of patterns
 having at least three dot-separated elements.  Case-independent.
@@ -351,7 +350,6 @@ else if ((subjdn = tls_cert_subject(cert, NULL)))
   }
 return FALSE;
 }
-# endif        /*EXPERIMENTAL_CERTNAMES*/
 #endif /*SUPPORT_TLS*/
 
 /* vi: aw ai sw=2