From: Andrew Colin Kissa Date: Thu, 7 Apr 2016 14:35:03 +0000 (+0100) Subject: DANE: fix build under GnuTLS to properly fail. Bug 1812 X-Git-Tag: exim-4_88_RC1~133 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=b2ba1b4ca0fa7023323c1911ccfebb24333f007e;p=user%2Fhenk%2Fcode%2Fexim.git DANE: fix build under GnuTLS to properly fail. Bug 1812 --- 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 ) {