ppp: Remove auth_ functions from ppp_auth.c
authorDenis Kenzior <denkenz@gmail.com>
Tue, 13 Apr 2010 19:16:29 +0000 (14:16 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 13 Apr 2010 19:21:16 +0000 (14:21 -0500)
commit18e5e26acb7f9e9f8bd90f755fc432bd5a9667ca
treebdc8a449510e9674fba149b2e6f9399ab8b62f14
parent42f6e8ec6ecbf3c4ff74aa52f77cf5e39c4682eb
ppp: Remove auth_ functions from ppp_auth.c

These really serve no purpose right now as we use only CHAP.  So they
only take up space and make the code harder to read.  If we implement
1-3 auth protocols, then they're easier handled inside gatppp.c.  If we
have more, then a proper auth driver framework is required.
gatchat/ppp.h
gatchat/ppp_auth.c