summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/md5.c
diff options
context:
space:
mode:
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];