#endif
}
+
+#ifdef SUPPORT_TLS
/************************************************
* TLS certificate name operations *
************************************************/
}
-#ifdef EXPERIMENTAL_CERTNAMES
+# 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.
}
return FALSE;
}
-#endif
+# endif /*EXPERIMENTAL_CERTNAMES*/
+#endif /*SUPPORY_TLS*/
/* vi: aw ai sw=2
*/