summaryrefslogtreecommitdiff
path: root/tools/md5.c
AgeCommit message (Collapse)Author
2017-09-24fix warnings in lzcomp and md5yenatch
2017-06-24Fix implicit stdintyenatch
2017-06-24Add a md5 tool to avoid md5sum dependency.yenatch
md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364