Merge common parts of sha1sum and md5sum, which is everything except the
authorGlenn L McGrath <bug1@ihug.co.nz>
Mon, 10 Nov 2003 04:33:55 +0000 (04:33 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Mon, 10 Nov 2003 04:33:55 +0000 (04:33 -0000)
commitd2a897aab084b433231aab5f6908a79cba67dc5d
tree8a0b113bd44bc2be639e070b50668e4ad69091f2
parent0bdf41ad7e81451bc829365e0d9a676dda8145f9
Merge common parts of sha1sum and md5sum, which is everything except the
algorithms.
Move algorithms to hash_fd and make them available via a common
function.
coreutils/Config.in
coreutils/Makefile.in
coreutils/md5_sha1_sum.c [new file with mode: 0644]
include/libbb.h
libbb/Makefile.in
libbb/hash_fd.c [new file with mode: 0644]