summaryrefslogtreecommitdiffstats
path: root/md5.h
AgeCommit message (Collapse)Author
2008-11-15md5.h, md5.c: updated to latest version from gnulib.Alexey I. Froloff
Buggy old md5.h causes problems with gcc 4.3 compiler. In md5.h __attribute__ is #define'd to no-op and causes mutt_md5 to enter inifinite loop while calling memcpy(). Signed-off-by: Alexey I. Froloff <raorn@altlinux.org> --- md5.c | 167 +++++++++++++++++++++++++++++++++-------------------------------- md5.h | 21 ++------ 2 files changed, 90 insertions(+), 98 deletions(-)
2007-12-07Check definition of ENOTSUP before use (closes #2983)Rocco Rutte
2007-08-27Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully
2004-08-08Fix uint32_t portability problem. Reported by Steve Kennedy.Thomas Roessler
2001-05-29More type-determination fixes from Lars Hecking.Thomas Roessler
2001-05-28Improve checking for 32bit integers. From Brendan Cully and LarsThomas Roessler
Hecking.
2000-08-30SSL unification patch from Vsevolod.Thomas Roessler