bk: 59e02302HOvDFgG84i1PUt9Q5jDx8g
* [Bug 2557] Fix Thunderbolt init. ntp-bugs@bodosom.net, perlinger@ntp.
* [Bug 948] Trustedkey config directive leaks memory. <perlinger@ntp.org>
* Use strlcpy() to copy strings, not memcpy(). HStenn.
+* test_ntp_scanner_LDADD needs ntpd/ntp_io.o. HStenn.
---
(4.2.8p10) 2017/03/21 Released by Harlan Stenn <stenn@ntp.org>
test_ntp_scanner_LDADD = \
$(unity_tests_LDADD) \
$(top_builddir)/ntpd/ntp_config.o \
+ $(top_builddir)/ntpd/ntp_io.o \
$(top_builddir)/ntpd/ntp_parser.o \
$(NULL)