Marcus' mdfour fix... Perhaps this should be sent to the rsync people?

This commit is contained in:
Joseph Carter 2000-01-02 05:10:08 +00:00
parent c7f95dda2d
commit 81121d7d44

View file

@ -171,7 +171,7 @@ void mdfour_update(struct mdfour *md, unsigned char *in, int n)
m->totalN += 64;
}
if (n) mdfour_tail(in, n);
mdfour_tail(in, n);
}