summaryrefslogtreecommitdiff
path: root/libtac/lib/md5.h
AgeCommit message (Collapse)Author
2016-10-04MD5Update doesn't modify the data it's digestingPhilip Prindeville
So make that parameter be 'const' instead.
2016-09-30Fix build breakage when compiling without openssl-develPhilip Prindeville
Fix the prototyping in lib/md5.h. Accommodate the function name differences between lib/md5.h and the equivalent functions in openssl/md5.h. Accommodate replacement of MD5_LEN with MD5_LBLOCK (note that MD5_CBLOCK and MD5_DIGEST_LEN aren't referenced) and use this consistently.
2016-07-23source formattingPaweł Krawczyk
2012-09-16Rearrange header file include for libtacJeroen Nijhof
2011-08-19Major contribution by Darren BeslerJeroen
2010-12-22Initial commitJeroen Nijhof