Changed sum_init() to take a seed value as an arg instead of always
authorWayne Davison <wayned@samba.org>
Fri, 21 May 2004 08:27:04 +0000 (08:27 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 21 May 2004 08:27:04 +0000 (08:27 +0000)
commitba582f753a4c3eb2dd793904fb6a378ed8ffd90a
treeaeb10d3c67d6759c709e29c992104dafd3f3c88b
parentcbd85b472ec8c79449613e821c0952cd7e179deb
Changed sum_init() to take a seed value as an arg instead of always
using checksum_init.  This fixes an authentication problem in server
mode (as pointed out by Craig Barratt).
authenticate.c
checksum.c
match.c
receiver.c