X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8e41b68e8f975c02a5d9281be780ba5d1a385107..7a4addaa744a9e2a99dc586a92c5ef9faac3fab9:/checksum.c diff --git a/checksum.c b/checksum.c index 51a5293a..04606264 100644 --- a/checksum.c +++ b/checksum.c @@ -164,9 +164,9 @@ void sum_init(int seed) else { mdfour_begin(&md); sumresidue = 0; + SIVAL(s, 0, seed); + sum_update(s, 4); } - SIVAL(s, 0, seed); - sum_update(s, 4); } /**