summaryrefslogtreecommitdiff
path: root/pppd/chap.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-04-04 03:35:58 +0000
committerPaul Mackerras <paulus@samba.org>1996-04-04 03:35:58 +0000
commit9ea27646d8a686afd0716e3b3f4dbd0e99ede299 (patch)
tree43c82457c6c222e74045803384253990ed084e75 /pppd/chap.c
parente9316875506b5cd49e43d65ff25650fe20612fe1 (diff)
downloadppp-9ea27646d8a686afd0716e3b3f4dbd0e99ede299.tar.gz
Remove unused variables
Diffstat (limited to 'pppd/chap.c')
-rw-r--r--pppd/chap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/pppd/chap.c b/pppd/chap.c
index c8ac58a..99b1175 100644
--- a/pppd/chap.c
+++ b/pppd/chap.c
@@ -19,7 +19,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.10 1996/01/01 22:55:28 paulus Exp $";
+static char rcsid[] = "$Id: chap.c,v 1.11 1996/04/04 03:35:58 paulus Exp $";
#endif
/*
@@ -430,9 +430,7 @@ ChapReceiveResponse(cstate, inp, id, len)
int secret_len, old_state;
int code;
char rhostname[256];
- u_char buf[256];
MD5_CTX mdContext;
- u_char msg[256];
char secret[MAXSECRETLEN];
CHAPDEBUG((LOG_INFO, "ChapReceiveResponse: Rcvd id %d.", id));
@@ -584,9 +582,6 @@ ChapReceiveFailure(cstate, inp, id, len)
u_char id;
int len;
{
- u_char msglen;
- u_char *msg;
-
CHAPDEBUG((LOG_INFO, "ChapReceiveFailure: Rcvd id %d.", id));
if (cstate->clientstate != CHAPCS_RESPONSE) {