DANE: fix build under GnuTLS to properly fail. Bug 1812
authorAndrew Colin Kissa <andrew@topdog.za.net>
Thu, 7 Apr 2016 14:35:03 +0000 (15:35 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 7 Apr 2016 14:35:03 +0000 (15:35 +0100)
src/src/EDITME
src/src/tls-gnu.c

index 5745bb391b7f15124c0c24c3f3ba01007f759a1e..ac8c642bcf02800445ef2dc534755335208d9eb0 100644 (file)
@@ -482,6 +482,7 @@ EXIM_MONITOR=eximon.bin
 
 # Uncomment the following line to add DANE support
 # Note: Enabling this unconditionally overrides DISABLE_DNSSEC
 
 # 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)
 # EXPERIMENTAL_DANE=yes
 
 # Uncomment the following to include extra information in fail DSN message (bounces)
index 601197475c71ca424f372f7e236ba3a29529779b..5a1cdd40d5f215103db1e667eccbc842989e8e51 100644 (file)
@@ -1867,7 +1867,7 @@ tls_client_start(int fd, host_item *host,
     address_item *addr ARG_UNUSED,
     transport_instance *tb
 #ifdef EXPERIMENTAL_DANE
     address_item *addr ARG_UNUSED,
     transport_instance *tb
 #ifdef EXPERIMENTAL_DANE
-    , dne_answer * unused_tlsa_dnsa
+    , dns_answer * unused_tlsa_dnsa
 #endif
     )
 {
 #endif
     )
 {