From f215881bb03919604032c265a4f8d65815703dfc Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 27 Jun 2001 04:21:18 +0000 Subject: [PATCH] removed unnecessary const [RT #1440] --- lib/dns/sec/dst/key.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/sec/dst/key.c b/lib/dns/sec/dst/key.c index c7c6d036c2..d175e12e93 100644 --- a/lib/dns/sec/dst/key.c +++ b/lib/dns/sec/dst/key.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: key.c,v 1.5 2001/04/04 02:02:54 bwelling Exp $ */ +/* $Id: key.c,v 1.6 2001/06/27 04:21:18 bwelling Exp $ */ #include @@ -31,7 +31,7 @@ #include "dst_internal.h" isc_uint16_t -dst_region_computeid(const isc_region_t *source, const unsigned int alg) { +dst_region_computeid(const isc_region_t *source, unsigned int alg) { isc_uint32_t ac; const unsigned char *p; int size;