DANE: support under GnuTLS. Bug 1523
[exim.git] / src / src / dane.c
index 99ca7d02a6e7b4c4cbc73de8d4806edb5b2b4cfc..b632d80ddd390418dcd5655929bf157a4749ce2e 100644 (file)
@@ -35,12 +35,10 @@ static void dummy(int x) { dummy(x-1); }
 
 /* DNSSEC support is also required */
 # ifndef RES_USE_DNSSEC
-#  error DANE support requires that the DNS reolver library supports DNSSEC
+#  error DANE support requires that the DNS resolver library supports DNSSEC
 # endif
 
-# ifdef USE_GNUTLS
-#  include "dane-gnu.c"
-# else
+# ifndef USE_GNUTLS
 #  include "dane-openssl.c"
 # endif