Override an unchanged default hosts_request_ocsp when DANE is used
[exim.git] / src / src / transports / smtp.c
index 9abc69d51042959a5ed42fe0d8a15446a286ad7f..1865adee8abba2ae6d0e55a94d69ccc140910a94 100644 (file)
@@ -216,7 +216,7 @@ smtp_transport_options_block smtp_transport_option_defaults = {
   NULL,                /* hosts_try_prdr */
 #endif
 #ifndef DISABLE_OCSP
-  US"*",               /* hosts_request_ocsp */
+  US"*",               /* hosts_request_ocsp (except under DANE) */
   NULL,                /* hosts_require_ocsp */
 #endif
   NULL,                /* hosts_require_tls */