]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2548. [bug] Install iterated_hash.h. [RT #19335]
authorMark Andrews <marka@isc.org>
Thu, 12 Feb 2009 22:17:15 +0000 (22:17 +0000)
committerMark Andrews <marka@isc.org>
Thu, 12 Feb 2009 22:17:15 +0000 (22:17 +0000)
CHANGES
lib/isc/include/isc/Makefile.in

diff --git a/CHANGES b/CHANGES
index 736228a091de36674e892cbfb8db29dc44652c5d..6befd52f3fd9c349eabaec0f2d17027ffa82df15 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2548.  [bug]           Install iterated_hash.h. [RT #19335]
+
 2547.  [bug]           openssl_link.c:mem_realloc() could reference an
                        out-of-range area of the source buffer.  New public
                        function isc_mem_reallocate() was introduced to address
index 236865df714e0b950e220be1e51fa3718a6545df..f54809c4c20cb0506127c8a4f307f3d90aee0c45 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.64 2008/11/14 23:47:33 tbox Exp $
+# $Id: Makefile.in,v 1.65 2009/02/12 22:17:15 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -31,7 +31,7 @@ HEADERS =     app.h assertions.h base64.h bitstring.h boolean.h buffer.h \
                eventclass.h file.h formatcheck.h fsaccess.h \
                hash.h heap.h hex.h hmacmd5.h \
                httpd.h \
-               interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \
+               interfaceiter.h @ISC_IPV6_H@ iterated_hash.h lang.h lex.h \
                lfsr.h lib.h list.h log.h \
                magic.h md5.h mem.h msgcat.h msgs.h \
                mutexblock.h netaddr.h ondestroy.h os.h parseint.h \