X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdane.c;h=b632d80ddd390418dcd5655929bf157a4749ce2e;hb=9c29c48f8327fc20b3840ce2fb4dad4a6c8003b2;hp=99ca7d02a6e7b4c4cbc73de8d4806edb5b2b4cfc;hpb=fc6b96fae1afd051f9d34fa3e86169be4e05e5b2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dane.c b/src/src/dane.c index 99ca7d02a..b632d80dd 100644 --- a/src/src/dane.c +++ b/src/src/dane.c @@ -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