X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdane.c;h=137c7541831a4cedf3d74a2c85755548881405a5;hb=5facbeaa3b5497692c2c4852056e08a2454f9437;hp=20dfe5b180a28fc9ac1e3908110d20dfd955b48d;hpb=0f06b4f296802e4e13188c740ea09419931a3020;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dane.c b/src/src/dane.c index 20dfe5b18..137c75418 100644 --- a/src/src/dane.c +++ b/src/src/dane.c @@ -33,6 +33,11 @@ static void dummy(int x) { dummy(x-1); } # error DANE support requires that TLS support must be enabled. Abort build. # endif +/* DNSSEC support is also required */ +# ifndef RES_USE_DNSSEC +# error DANE support requires that the DNS resolver library supports DNSSEC +# endif + # ifdef USE_GNUTLS # include "dane-gnu.c" # else