X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/21ee816d09865a5c5d85f86ae4d12b9995030806..de517fd3061ee343cd36d05587c915f617318671:/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