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) ...@@ -164,9 +164,9 @@ void sum_init(int seed)
else { else {
mdfour_begin(&md); mdfour_begin(&md);
sumresidue = 0; sumresidue = 0;
}
SIVAL(s, 0, seed); SIVAL(s, 0, seed);
sum_update(s, 4); 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