commit | 6a5bdaf73d8f8e707910cf9aaba01cc5d582625c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Mar 08 18:19:05 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 08 18:19:05 2015 -0400 |
tree | f7456483e809339aff5630b651eac1f099b6afbb | |
parent | bf34b4af70cc7e149f17a8ec8f422ede88b2fd4a [diff] |
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>