Whamcloud - gitweb
libext2fs: fix up ext2fs_sha256() and ext2fs_sha512()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 8 Mar 2015 22:19:05 +0000 (18:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 8 Mar 2015 22:19:05 +0000 (18:19 -0400)
commit6a5bdaf73d8f8e707910cf9aaba01cc5d582625c
treef7456483e809339aff5630b651eac1f099b6afbb
parentbf34b4af70cc7e149f17a8ec8f422ede88b2fd4a
libext2fs: fix up ext2fs_sha256() and ext2fs_sha512()

Add const annotation to the input pointers; also run the tst_sha256
and tst_sha512 unit tests on a "make check".

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