diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-22 10:24:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-07-22 10:24:41 +0000 |
| commit | 55d1d7034ff822c944b698c23aa2490416bcf30c (patch) | |
| tree | 822136a990d18001b2db563f705887b258e810ce /sys/kern/md5c.c | |
| parent | 60512ca0d2f4eb78a0a2cf88aacc118c1d23bf68 (diff) | |
Notes
Diffstat (limited to 'sys/kern/md5c.c')
| -rw-r--r-- | sys/kern/md5c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c index af5471ccd595..118132975fa7 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); } |
