https://bugs.exim.org/show_bug.cgi?id=1812
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/b2ba1b4ca0fa7023323c1911ccfebb24333f007e commit b2ba1b4ca0fa7023323c1911ccfebb24333f007e Author: Andrew Colin Kissa <[email protected]> AuthorDate: Thu Apr 7 15:35:03 2016 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Thu Apr 7 15:35:03 2016 +0100 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 5745bb3..ac8c642 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 6011974..5a1cdd4 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 ) { -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
