summaryrefslogtreecommitdiff
path: root/lib/libc/md
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-15 01:54:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-15 01:54:25 +0000
commit28d9c1750d3dfc4ddb8cb9056a18d073679ce6dd (patch)
treeb03d054c53210eda92ca1942982f651be0a7f94d /lib/libc/md
parent25cd5ae9fcfc1df67e3f8ae81ad01e57b6184942 (diff)
Add a missing const
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 842ab175ef6..b1605abaa3d 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.7 1997/07/03 23:30:22 provos Exp $
+.\" $OpenBSD: mdX.3,v 1.8 1997/07/15 01:54:22 millert Exp $
.\"
.Dd October 9, 1996
.Dt MDX 3
@@ -24,7 +24,7 @@
.Ft void
.Fn MDXInit "MDX_CTX *context"
.Ft void
-.Fn MDXUpdate "MDX_CTX *context" "unsigned char *data" "unsigned int len"
+.Fn MDXUpdate "MDX_CTX *context" "const unsigned char *data" "unsigned int len"
.Ft void
.Fn MDXFinal "unsigned char digest[16]" "MDX_CTX *context"
.Ft "char *"