From 957331fff4eec5aebaf393c49f148120ffaa23dd Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 7 Dec 2009 07:50:24 +0000 Subject: [PATCH] Added a note why MSCHAP currently doesn't work with lwIP PPP --- src/netif/ppp/chpms.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/netif/ppp/chpms.c b/src/netif/ppp/chpms.c index 0c7521f2..582cfd2d 100644 --- a/src/netif/ppp/chpms.c +++ b/src/netif/ppp/chpms.c @@ -1,4 +1,7 @@ /*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/ +/*** The original PPPD code is written in a way to require either the UNIX DES + encryption functions encrypt(3) and setkey(3) or the DES library libdes. + Since both is not included in lwIP, MSCHAP currently does not work! */ /***************************************************************************** * chpms.c - Network MicroSoft Challenge Handshake Authentication Protocol program file. *