From b663e99af61e032273bdffa2f8d26de539ae6930 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 12 Feb 2009 22:17:15 +0000 Subject: [PATCH] 2548. [bug] Install iterated_hash.h. [RT #19335] --- CHANGES | 2 ++ lib/isc/include/isc/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 736228a091..6befd52f3f 100644 --- 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 diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 236865df71..f54809c4c2 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -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 \