On Sat, Jun 14, 2014 at 6:56 PM, Nikos Mavrogiannopoulos
<n...@gnutls.org> wrote:
> On Sat, 2014-06-14 at 17:34 +0200, Andre Heider wrote:
>> Hi,
>>
>> this set adds DNSSEC validation to dnsmasq, tested on ar71xx.
>>
>> The set is pretty small and should be self explanatory.
>>
>> There's room for improvement though:
>> - compilation will fail under CONFIG_LIBNETTLE_MINI. I failed to express the
>>   dependencies so that this combination is not allowed... Hints?
>
> Hello,
>  Why would it fail? If the issue is the missing gmp.h, you could simply
> replace it with nettle's bignum.h and avoid direct linking with gmp.

I was getting errors about mismatching symbols before, I guess that's
because it included gmp.h and then tried to link against a
libnettle-mini.
But you're right, with that header change it indeed does work, thanks!

Regards,
Andre
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to