X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Flcp.c;fp=pppd%2Flcp.c;h=88f43db1b66175d2b2cb8b80c56c6a97bb391b01;hp=cf2f46d32c2106599e10b49ba14ba9a829ed072a;hb=71d3de90eae52087b405e962ca650b71cec79c67;hpb=14b5af09f0a70c5f6e6a3d2de11e578616a2ac85 diff --git a/pppd/lcp.c b/pppd/lcp.c index cf2f46d..88f43db 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -40,7 +40,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: lcp.c,v 1.68 2003/06/11 23:50:53 paulus Exp $" +#define RCSID "$Id: lcp.c,v 1.69 2003/06/11 23:56:26 paulus Exp $" /* * TODO: @@ -53,7 +53,7 @@ #include "pppd.h" #include "fsm.h" #include "lcp.h" -#include "chap.h" +#include "chap-new.h" #include "magic.h" static const char rcsid[] = RCSID; @@ -2038,7 +2038,7 @@ lcp_printpkt(p, plen, printer, arg) printer(arg, "chap"); if (p < optend) { switch (*p) { - case CHAP_DIGEST_MD5: + case CHAP_MD5: printer(arg, " MD5"); ++p; break;