1About PolarSSL files into lwIP PPP support 2------------------------------------------ 3 4This folder contains some files fetched from the latest BSD release of 5the PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption 6methods we need for lwIP PPP support. 7 8The PolarSSL files were cleaned to contain only the necessary struct 9fields and functions needed for lwIP. 10 11The PolarSSL API was not changed at all, so if you are already using 12PolarSSL you can choose to skip the compilation of the included PolarSSL 13library into lwIP. 14 15If you are not using the embedded copy you must include external 16libraries into your arch/cc.h port file. 17 18Beware of the stack requirements which can be a lot larger if you are not 19using our cleaned PolarSSL library. 20 21 22PolarSSL project website: http://polarssl.org/ 23