]> granicus.if.org Git - neomutt/commit
md5.h, md5.c: updated to latest version from gnulib.
authorAlexey I. Froloff <raorn@altlinux.org>
Sun, 16 Nov 2008 03:51:39 +0000 (19:51 -0800)
committerAlexey I. Froloff <raorn@altlinux.org>
Sun, 16 Nov 2008 03:51:39 +0000 (19:51 -0800)
commit9b705748fa6cac9fcb2bf713b7fac4a5e88d928f
tree225d8986f81fd5f186935f5e3ce45c49ca427876
parentb3b0457b47d6f8dd361bda58a8186159072b0fd8
md5.h, md5.c: updated to latest version from gnulib.
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(-)
md5.c
md5.h