CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/24 08:33:44
Modified files:
sbin/unwind : Makefile frontend.c resolver.c
Removed files:
sbin/unwind : asr_private.h asr_utils.c
Log message:
Switch to libunbound internals for packet parsing.
These functions / macros (from (s)ldns) are not part of the public
libunbound API so we couldn't use them before. Due to the way we use
libunbound (a local copy) we now have access.
