summaryrefslogtreecommitdiff
path: root/src/exim_monitor
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-15 21:32:30 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-15 22:09:07 +0000
commitc0635b6dfe65ee24c2fb8d165beabc608d2fd1a5 (patch)
treea3e9ee10b881f1e99f073eee52214cb496669cb2 /src/exim_monitor
parent9631be11ff85fbdfe1bd8a745d9b0de2bef1af4b (diff)
DANE: move to mainline
Diffstat (limited to 'src/exim_monitor')
-rw-r--r--src/exim_monitor/em_globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exim_monitor/em_globals.c b/src/exim_monitor/em_globals.c
index e3e00c33b..50da58c82 100644
--- a/src/exim_monitor/em_globals.c
+++ b/src/exim_monitor/em_globals.c
@@ -220,7 +220,7 @@ tls_support tls_in = {
-1, /* tls_active */
0, /* bits */
FALSE, /* tls_certificate_verified */
-#ifdef EXPERIMENTAL_DANE
+#ifdef SUPPORT_DANE
FALSE, /* dane_verified */
0, /* tlsa_usage */
#endif