OSDN Git Service

libext2fs: fix blocksize for SHA512
authorTheodore Ts'o <tytso@mit.edu>
Thu, 26 Mar 2015 04:17:48 +0000 (00:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Mar 2015 04:17:48 +0000 (00:17 -0400)
commitc4241cf50a028d2da3c7f4c683bfe591fa5e8748
treebe8faf3d2d333409b6fa2c997a373ac717d2bd46
parentbbb859496ac0509e586b7c364927bc2110d76179
libext2fs: fix blocksize for SHA512

The blocksize of SHA512 is 128 bytes, not 512.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/sha512.c