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)
commit43fae854e57bdb9b934f09a329832f57fd65e01d
tree225d8986f81fd5f186935f5e3ce45c49ca427876
parent1850a1601438db594b963180e4e1f53e2496c530
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