]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add print.h, CHANGES note
authorEvan Hunt <each@isc.org>
Tue, 10 Jun 2014 15:54:16 +0000 (08:54 -0700)
committerEvan Hunt <each@isc.org>
Tue, 10 Jun 2014 15:54:16 +0000 (08:54 -0700)
CHANGES
lib/dns/dnssec.c

diff --git a/CHANGES b/CHANGES
index 8693898cfca95e67a9f46083851bafebb03f1a07..b42a927b1360cd14e5079cfda27a865a6940d7b3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3875.  [cleanup]       Clarify log message when unable to read private
+                       key files. [RT #24702]
+
 3874.  [test]          Check that only "check-names master" is needed for
                        updates to be accepted.
 
index 2b3db8f899614c05df895e635def176a83e0e2d1..81a61bec976ff2f6ee61ecf9322860bb58dc6ed3 100644 (file)
@@ -24,6 +24,7 @@
 #include <isc/buffer.h>
 #include <isc/dir.h>
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/serial.h>
 #include <isc/string.h>
 #include <isc/util.h>