From 997154993c4f113a98739f81c3d29766deef98b7 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 20 Aug 2004 18:07:09 +0000 Subject: Fix the build on 64-bit platforms. PR: 70739 Submitted by: maintainer --- mail/mail-notification/files/patch-src::mn-md5.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/mail-notification/files/patch-src::mn-md5.c (limited to 'mail/mail-notification/files/patch-src::mn-md5.c') diff --git a/mail/mail-notification/files/patch-src::mn-md5.c b/mail/mail-notification/files/patch-src::mn-md5.c new file mode 100644 index 000000000000..2257a736d834 --- /dev/null +++ b/mail/mail-notification/files/patch-src::mn-md5.c @@ -0,0 +1,11 @@ +--- src/mn-md5.c.orig Fri Aug 20 19:35:18 2004 ++++ src/mn-md5.c Fri Aug 20 19:35:26 2004 +@@ -42,7 +42,7 @@ + * is a multiple of 4. + */ + static void +-mn_md5_encode (unsigned char *output, u_int32_t input, unsigned int len) ++mn_md5_encode (unsigned char *output, u_int32_t *input, unsigned int len) + { + unsigned int i, j; + -- cgit v1.2.3