summaryrefslogtreecommitdiffstats
path: root/sys/kern/md5c.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-07-22 10:36:36 +0000
committerphk <phk@FreeBSD.org>2003-07-22 10:36:36 +0000
commiteb30c92e4910efd8f5aa99168e8b74d8414f3eb1 (patch)
treee266522d9bf5035f4900c37de6fdf64d1327035d /sys/kern/md5c.c
parentc4a9334fa698660a5dd1a0c4fddb61ed0893fc58 (diff)
downloadFreeBSD-src-eb30c92e4910efd8f5aa99168e8b74d8414f3eb1.zip
FreeBSD-src-eb30c92e4910efd8f5aa99168e8b74d8414f3eb1.tar.gz
Revert stuff which accidentally ended up in the previous commit.
Diffstat (limited to 'sys/kern/md5c.c')
-rw-r--r--sys/kern/md5c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c
index 1181329..af5471c 100644
--- a/sys/kern/md5c.c
+++ b/sys/kern/md5c.c
@@ -178,7 +178,6 @@ 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