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)
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>

No differences found