summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/md5.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 17:40:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 17:40:12 +0000
commitbdf2c0e475ed635be43b03292b61a32adedc61bb (patch)
tree9843f998d602783554e1637f67d69f0f5f336826 /cpukit/pppd/md5.c
parentRemove i386 conditional. (diff)
downloadrtems-bdf2c0e475ed635be43b03292b61a32adedc61bb.tar.bz2
Misc. minor fixes.
Diffstat (limited to 'cpukit/pppd/md5.c')
-rw-r--r--cpukit/pppd/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/md5.c b/cpukit/pppd/md5.c
index 0c16b3e545..afabb6028e 100644
--- a/cpukit/pppd/md5.c
+++ b/cpukit/pppd/md5.c
@@ -122,7 +122,7 @@ MD5_CTX *mdContext;
*/
void MD5Update (mdContext, inBuf, inLen)
MD5_CTX *mdContext;
-unsigned char *inBuf;
+const unsigned char *inBuf;
unsigned int inLen;
{
UINT4 in[16];