aboutsummaryrefslogtreecommitdiff
path: root/md5.c
AgeCommit message (Collapse)Author
2021-04-16do away with legacy crypt typesTimo Weingärtner
it is the responsibility of libcrypt to implement crypt types
2013-05-14remove CVS $Id line and static version numberTimo Weingärtner
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