summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/auth.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/auth.c
parentRemove i386 conditional. (diff)
downloadrtems-bdf2c0e475ed635be43b03292b61a32adedc61bb.tar.bz2
Misc. minor fixes.
Diffstat (limited to 'cpukit/pppd/auth.c')
-rw-r--r--cpukit/pppd/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/auth.c b/cpukit/pppd/auth.c
index a92654a650..b315a1f723 100644
--- a/cpukit/pppd/auth.c
+++ b/cpukit/pppd/auth.c
@@ -853,7 +853,7 @@ get_secret(unit, client, server, secret, secret_len, am_server)
int unit;
char *client;
char *server;
- char *secret;
+ unsigned char *secret;
int *secret_len;
int am_server;
{