]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Added a note why MSCHAP currently doesn't work with lwIP PPP
authorgoldsimon <goldsimon>
Mon, 7 Dec 2009 07:50:24 +0000 (07:50 +0000)
committergoldsimon <goldsimon>
Mon, 7 Dec 2009 07:50:24 +0000 (07:50 +0000)
src/netif/ppp/chpms.c

index 0c7521f20fc49aa49956229bb4b526604125f96c..582cfd2dd7d85f0fcefaa225708c9220558e3995 100644 (file)
@@ -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.
 *