aboutsummaryrefslogtreecommitdiff
path: root/libbb/md5.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-4/+4
| | | | - include the correct headers: applets need busybox.h while lib* need libbb.h
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-0/+510
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)