[Dnsmasq-discuss] nettle 3.5 breaks build of dnsmasq

Juergen Daubert jue at jue.li
Wed Jun 26 12:56:36 BST 2019


Hi,

just discovered that new version 3.5 of nettle breaks building dnsmasq 2.80:

make COPTS=-DHAVE_DNSSEC
....
crypto.c: In function 'dnsmasq_ecdsa_verify':
crypto.c:297:36: error: 'nettle_secp_256r1' undeclared (first use in this function); did you mean 'nettle_get_secp_256r1'?
    nettle_ecc_point_init(key_256, &nettle_secp_256r1);
                                    ^~~~~~~~~~~~~~~~~
                                    nettle_get_secp_256r1
crypto.c:297:36: note: each undeclared identifier is reported only once for each function it appears in
crypto.c:310:36: error: 'nettle_secp_384r1' undeclared (first use in this function); did you mean 'nettle_get_secp_384r1'?
    nettle_ecc_point_init(key_384, &nettle_secp_384r1);
                                    ^~~~~~~~~~~~~~~~~
                                    nettle_get_secp_384r1
make[1]: *** [/tmp/dnsmasq-2.80/Makefile:161: crypto.o] Error 1


thanks
Juergen




More information about the Dnsmasq-discuss mailing list