disabled almost all PPP options strings and support as well as useless file-based auth code

This commit is contained in:
Sylvain Rochet
2012-05-22 01:28:30 +02:00
parent d0645273df
commit b88dad4034
14 changed files with 84 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ The PolarSSL API was not changed at all, so if you are already using
PolarSSL you can choose to skip the compilation of the included PolarSSL
library into lwIP:
The following define are available for flexibility:
The following defines are available for flexibility:
LWIP_INCLUDED_POLARSSL_MD4_C ; Use lwIP internal PolarSSL for MD4
LWIP_INCLUDED_POLARSSL_MD5_C ; Use lwIP internal PolarSSL for MD5
@@ -21,7 +21,7 @@ LWIP_INCLUDED_POLARSSL_SHA1_C ; Use lwIP internal PolarSSL for SHA1
LWIP_INCLUDED_POLARSSL_DES_C ; Use lwIP internal PolarSSL for DES
If set (=1), the default if required by another enabled PPP feature unless
explicitely set to 0, using included lwIP PolarSSL.
explicitly set to 0, using included lwIP PolarSSL.
If clear (=0), using external PolarSSL.