aboutsummaryrefslogtreecommitdiff
path: root/md5.c
AgeCommit message (Collapse)Author
2013-05-12md5.c: fix compiler warningsTimo Weingärtner
2013-05-12replace self-defined uint32 with uint32_t from stdint.hTimo Weingärtner
unsigned int is not guaranteed to have 32 bits
2013-05-12make Brokencrypt_md5 also broken on little-endianTimo Weingärtner
otherwise broken hashes from big-endian systems won't work also remove ASM_MD5 #ifndef's, we don't have assembler code here
2002-05-11Fixed md5 crypting + ssl bug.Charl Botha