summaryrefslogtreecommitdiffstats
path: root/md5.c
AgeCommit message (Collapse)Author
2010-08-06Drop declaration for unused argv/argc parameters.Matthias Andree
Fixes GCC warning with -Wextra.
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(-)
2008-05-17Build local md5 tool for hcachever.sh. Closes #3025.Brendan Cully
2007-08-27Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully