X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/01603eec64d42431f182b33008206facfc7f800e..2983e1a616058c03b57f1ab32a691f8b8ff9764e:/src/src/dane.c diff --git a/src/src/dane.c b/src/src/dane.c index 5284a61c3..5ba61961a 100644 --- a/src/src/dane.c +++ b/src/src/dane.c @@ -38,7 +38,7 @@ static void dummy(int x) { dummy(x-1); } # error DANE support requires that the DNS resolver library supports DNSSEC # endif -# ifndef USE_GNUTLS +# ifdef USE_OPENSSL # include "dane-openssl.c" # endif