summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-08-20 18:07:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-08-20 18:07:09 +0000
commit997154993c4f113a98739f81c3d29766deef98b7 (patch)
tree97970629a9a7222dd88226a6014ae06529e7b5f2
parentUpdate to 1.5.7 (diff)
Fix the build on 64-bit platforms.
PR: 70739 Submitted by: maintainer
-rw-r--r--mail/mail-notification/files/patch-src::mn-md5.c11
1 files changed, 11 insertions, 0 deletions
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;
+