summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_auth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-03 22:32:27 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-04-03 22:32:27 -0700
commitc2fb0a16305bf7156cc4e98b9642f37b0e2342d3 (patch)
treed325665a0c2aba73cdd6d222aec268f2fd2fb934 /gatchat/ppp_auth.c
parent5772ad5d8b736f9a8639ad3c68beae059f04eb31 (diff)
downloadofono-c2fb0a16305bf7156cc4e98b9642f37b0e2342d3.tar.bz2
Move PPP constants where they are used
Diffstat (limited to 'gatchat/ppp_auth.c')
-rw-r--r--gatchat/ppp_auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c
index e04f708d..3f69fa37 100644
--- a/gatchat/ppp_auth.c
+++ b/gatchat/ppp_auth.c
@@ -35,6 +35,8 @@
#include "gatppp.h"
#include "ppp.h"
+#define MD5 5
+
struct chap_header {
guint8 code;
guint8 identifier;