From b2ba1b4ca0fa7023323c1911ccfebb24333f007e Mon Sep 17 00:00:00 2001 From: Andrew Colin Kissa Date: Thu, 7 Apr 2016 15:35:03 +0100 Subject: [PATCH] DANE: fix build under GnuTLS to properly fail. Bug 1812 --- src/src/EDITME | 1 + src/src/tls-gnu.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ) { -- 2.30.2