diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-20 18:07:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-20 18:07:09 +0000 |
commit | 997154993c4f113a98739f81c3d29766deef98b7 (patch) | |
tree | 97970629a9a7222dd88226a6014ae06529e7b5f2 /mail/mail-notification | |
parent | ba655d90147638794a1818835841b73b62d5d959 (diff) | |
download | ports-997154993c4f113a98739f81c3d29766deef98b7.tar.gz ports-997154993c4f113a98739f81c3d29766deef98b7.zip |
Notes
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/files/patch-src::mn-md5.c | 11 |
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; + |