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