summaryrefslogtreecommitdiff
path: root/lib/libc/md
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 19:33:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 19:33:35 +0000
commitd0b2b0161141176085099aa351a98003335cc237 (patch)
treeee6db27c9cf107c27da169d5257f6e6d81221e1c /lib/libc/md
parent5a3744d2a7fcd5cde6ca2bec58ad376fd1114904 (diff)
missing const; millert ok
Diffstat (limited to 'lib/libc/md')
-rw-r--r--lib/libc/md/mdX.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3
index f705bc1be12..b21d643b0ba 100644
--- a/lib/libc/md/mdX.3
+++ b/lib/libc/md/mdX.3
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $OpenBSD: mdX.3,v 1.18 2003/05/30 21:01:02 jmc Exp $
+.\" $OpenBSD: mdX.3,v 1.19 2003/06/25 19:33:34 deraadt Exp $
.\"
.Dd October 9, 1996
.Dt MDX 3
@@ -36,7 +36,7 @@
.Ft "char *"
.Fn MDXFile "char *filename" "char *buf"
.Ft "char *"
-.Fn MDXData "unsigned char *data" "unsigned int len" "char *buf"
+.Fn MDXData "const unsigned char *data" "unsigned int len" "char *buf"
.Sh DESCRIPTION
The MDX functions calculate a 128-bit cryptographic checksum (digest)
for any number of input bytes.