aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/crypt-md5.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-03Make some lengths size_t's.Gerald Combs1-2/+2
svn path=/trunk/; revision=27942
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteGuy Harris1-1/+1
boundary; make it an array of 16 guint32's rather than 64 guint8's, to ensure that, and add now-necessary casts and remove now-unnecessary casts. (Missed on the previous checkin.) svn path=/trunk/; revision=21541
2007-01-09 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from ↵Luis Ontanon1-79/+56
www.pjsip.org, which BTW took it from some other place) * externalize SHA1 functions and data types svn path=/trunk/; revision=20351
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-0/+94
epan/crypt/airpdcap_md5.[ch]. Fix up whitespace. svn path=/trunk/; revision=20277