Tidy crypto.c of old library compat. Now need libnettle 3.

This commit is contained in:
Simon Kelley
2018-03-17 18:39:23 +00:00
parent 8b96552f0d
commit 94b6878821
3 changed files with 22 additions and 32 deletions

View File

@@ -137,9 +137,6 @@ NO_INOTIFY
otherwise be enabled automatically (HAVE_IPV6, >2Gb file sizes) or
which are enabled by default in the distributed source tree. Building dnsmasq
with something like "make COPTS=-DNO_SCRIPT" will do the trick.
NO_NETTLE_ECC
Don't include the ECDSA cypher in DNSSEC validation. Needed for older Nettle versions.
NO_GMP
Don't use and link against libgmp, Useful if nettle is built with --enable-mini-gmp.