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