1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix the build on 64-bit platforms.

PR:		70739
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2004-08-20 18:07:09 +00:00
parent ba655d9014
commit 997154993c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116809

View File

@ -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;