Fix bug in md5 calculation
authorJens Axboe <jens.axboe@oracle.com>
Sun, 29 Jul 2007 18:59:01 +0000 (20:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sun, 29 Jul 2007 18:59:01 +0000 (20:59 +0200)
commitfd00954ca87b3b083ec6987e593a16ff01913fe8
tree1b18035522807f088c7a00497afccb4dd61def11
parentc9b3fdf3828fe15cfdcaace7c84ad96e90e24a46
Fix bug in md5 calculation

Commit 8c432325c3df2075a77b27eab8a87704cf7b48ee introduced a bug for
smaller sizes. Just basically revert the optimization, safer to stay
with a 'reference' implementation than skip a memset.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
md5.c
verify.c