Added a note why MSCHAP currently doesn't work with lwIP PPP

This commit is contained in:
goldsimon 2009-12-07 07:50:24 +00:00
parent faba395cae
commit 957331fff4

View File

@ -1,4 +1,7 @@
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/ /*** 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. * chpms.c - Network MicroSoft Challenge Handshake Authentication Protocol program file.
* *