Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
authorRob Landley <rob@landley.net>
Tue, 21 Feb 2006 06:44:43 +0000 (06:44 -0000)
committerRob Landley <rob@landley.net>
Tue, 21 Feb 2006 06:44:43 +0000 (06:44 -0000)
commit5cf7c2df668d25c41a05670edd08558226f0bfdf
tree3c3a7b2aa31dd4105f15f435a5894c91c941686e
parenta7e3d0520856db27744b4a33e786123d44bf5b2a
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c.  (I tweaked
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
Config.in
coreutils/Config.in
coreutils/md5_sha1_sum.c
include/libbb.h
include/platform.h
libbb/Config.in [new file with mode: 0644]
libbb/hash_fd.c [deleted file]
libbb/md5.c [new file with mode: 0644]
libbb/sha1.c [new file with mode: 0644]