summaryrefslogtreecommitdiffstats
path: root/sys/kern/md5c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/md5c.c')
-rw-r--r--sys/kern/md5c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c
index af5471c..1181329 100644
--- a/sys/kern/md5c.c
+++ b/sys/kern/md5c.c
@@ -178,6 +178,7 @@ MD5Update (context, input, inputLen)
i = 0;
/* Buffer remaining input */
+ /*lint -e{669} */
memcpy ((void *)&context->buffer[index], (const void *)&input[i],
inputLen-i);
}
OpenPOWER on IntegriCloud