Commit 9889a34b authored by Wayne Davison's avatar Wayne Davison

Don't include the checksum_seed in the full-file MD5 checksum.

parent 8e1e60e9
......@@ -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);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment