summaryrefslogtreecommitdiffstats
path: root/sys/kern/md5c.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:20:42 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:20:42 +0000
commitbbe97a9d2edb9970954491b6c91ba5bcec9e97a4 (patch)
tree0b41f38b4eedff3d2e7a813cf93356e7fc99d3eb /sys/kern/md5c.c
parenta0110b5e9e4a545eda44563abb846397cc742557 (diff)
downloadFreeBSD-src-bbe97a9d2edb9970954491b6c91ba5bcec9e97a4.zip
FreeBSD-src-bbe97a9d2edb9970954491b6c91ba5bcec9e97a4.tar.gz
MD5Pad() should never have been exposed.
Diffstat (limited to 'sys/kern/md5c.c')
-rw-r--r--sys/kern/md5c.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c
index cfdc1b0..10fb7a3 100644
--- a/sys/kern/md5c.c
+++ b/sys/kern/md5c.c
@@ -186,9 +186,8 @@ MD5Update (context, input, inputLen)
* MD5 padding. Adds padding followed by original length.
*/
-void
-MD5Pad (context)
- MD5_CTX *context;
+static void
+MD5Pad (MD5_CTX *context)
{
unsigned char bits[8];
unsigned int index, padLen;
OpenPOWER on IntegriCloud