summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_auth.c
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-04-13 08:17:17 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-04-14 17:16:03 -0500
commit60643ee287fcfd1077bfcf917f4419687142998a (patch)
tree70c9b3a73b3483ecff47f56ed436b988e61f0346 /gatchat/ppp_auth.c
parent962d2fff509e251ae715875e89e5a080a37ab588 (diff)
downloadofono-60643ee287fcfd1077bfcf917f4419687142998a.tar.bz2
ppp: nak unknown auth protocol
If we are sent a Config-Request for an auth proto other than CHAP with MD5, send a NAK.
Diffstat (limited to 'gatchat/ppp_auth.c')
-rw-r--r--gatchat/ppp_auth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c
index e794ad67..57203ab6 100644
--- a/gatchat/ppp_auth.c
+++ b/gatchat/ppp_auth.c
@@ -35,8 +35,6 @@
#include "gatppp.h"
#include "ppp.h"
-#define MD5 5
-
struct chap_header {
guint8 code;
guint8 identifier;