summaryrefslogtreecommitdiffstats
path: root/lib/libmd/mdXhl.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-07 20:48:35 +0000
committerphk <phk@FreeBSD.org>1994-11-07 20:48:35 +0000
commit1331c46d810c83bbf73d1d5f87b26a0c192f778e (patch)
tree363e9941ec227dcd459032b2e309e2bb1975a8c3 /lib/libmd/mdXhl.c
parent4d684eab18a4ee4fe1eb967ae82991e2b20a43eb (diff)
downloadFreeBSD-src-1331c46d810c83bbf73d1d5f87b26a0c192f778e.zip
FreeBSD-src-1331c46d810c83bbf73d1d5f87b26a0c192f778e.tar.gz
Added "const" to the arguments here and there.
Diffstat (limited to 'lib/libmd/mdXhl.c')
-rw-r--r--lib/libmd/mdXhl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c
index 6cd873f..dafaec5 100644
--- a/lib/libmd/mdXhl.c
+++ b/lib/libmd/mdXhl.c
@@ -57,7 +57,7 @@ MDXFile (char *filename)
}
char *
-MDXData (unsigned char *data, unsigned int len)
+MDXData (const unsigned char *data, unsigned int len)
{
unsigned char digest[16];
MDX_CTX ctx;
OpenPOWER on IntegriCloud