Add tls_verify_hosts and tls_try_verify_hosts to smtp transport
[exim.git] / src / src / verify.c
index 711b3af5a93bca4a8a661d44c955629e88c1bc2e..c83748a12f5c7f067d0e2d6ce68c85d1a7062501 100644 (file)
@@ -641,7 +641,8 @@ else
 #ifdef EXPERIMENTAL_OCSP
         ob->hosts_require_ocsp,
 #endif
-        ob->tls_dh_min_bits,         callout);
+        ob->tls_dh_min_bits, callout,
+         ob->tls_verify_hosts, ob->tls_try_verify_hosts);
 
         /* TLS negotiation failed; give an error.  Try in clear on a new connection,
            if the options permit it for this host. */