I18N: Move EAI support from Experimental to mainline
[exim.git] / src / src / tls-openssl.c
index c68b25d83e87a89aa083d9e49456c12481e0aacf..704522b5005644067f028a56db34e1238fe8af96 100644 (file)
@@ -1860,7 +1860,7 @@ if ((rc = setup_certs(ctx, ob->tls_verify_certificates,
 if (verify_check_given_host(&ob->tls_verify_cert_hostnames, host) == OK)
   {
   cbinfo->verify_cert_hostnames =
-#ifdef EXPERIMENTAL_INTERNATIONAL
+#ifdef SUPPORT_I18N
     string_domain_utf8_to_alabel(host->name, NULL);
 #else
     host->name;