summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Colin Kissa <andrew@topdog.za.net>2016-04-07 15:35:03 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-04-07 15:35:03 +0100
commitb2ba1b4ca0fa7023323c1911ccfebb24333f007e (patch)
tree325d0a5efffcd26251b4d517edd803b0dcae97ef
parent03f68c52bd7d014304b03ad6394343350ea71b2c (diff)
DANE: fix build under GnuTLS to properly fail. Bug 1812
-rw-r--r--src/src/EDITME1
-rw-r--r--src/src/tls-gnu.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/src/EDITME b/src/src/EDITME
index 5745bb391..ac8c642bc 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -482,6 +482,7 @@ EXIM_MONITOR=eximon.bin
# Uncomment the following line to add DANE support
# Note: Enabling this unconditionally overrides DISABLE_DNSSEC
+# Note: DANE is only supported when using OpenSSL
# EXPERIMENTAL_DANE=yes
# Uncomment the following to include extra information in fail DSN message (bounces)
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c
index 601197475..5a1cdd40d 100644
--- a/src/src/tls-gnu.c
+++ b/src/src/tls-gnu.c
@@ -1867,7 +1867,7 @@ tls_client_start(int fd, host_item *host,
address_item *addr ARG_UNUSED,
transport_instance *tb
#ifdef EXPERIMENTAL_DANE
- , dne_answer * unused_tlsa_dnsa
+ , dns_answer * unused_tlsa_dnsa
#endif
)
{