--- libaitcrc/src/hash.c 2012/08/29 08:33:06 1.3.4.1 +++ libaitcrc/src/hash.c 2012/08/29 08:55:55 1.3.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: hash.c,v 1.3.4.1 2012/08/29 08:33:06 misho Exp $ +* $Id: hash.c,v 1.3.4.2 2012/08/29 08:55:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -216,6 +216,7 @@ hash_jenkins32(const u_int *buf, int len, u_int prevha b += buf[1]; case 1: a += buf[0]; + FINAL32(a, b, c); case 0: break; }