Work on task #13907 PPP cleanups: Move PPP options from opt.h to dedicated ppp_opts.h file

This commit is contained in:
Dirk Ziegelmeier
2016-04-21 22:28:14 +02:00
parent 749f7fae1a
commit 76d25befb4
60 changed files with 598 additions and 571 deletions

View File

@@ -38,7 +38,7 @@
* http://groups.google.com/group/sci.crypt/msg/10a300c9d21afca0
*/
#include "lwip/opt.h"
#include "netif/ppp/ppp_opts.h"
#if PPP_SUPPORT && LWIP_INCLUDED_POLARSSL_ARC4
#include "netif/ppp/polarssl/arc4.h"

View File

@@ -39,7 +39,7 @@
* http://csrc.nist.gov/publications/fips/fips46-3/fips46-3.pdf
*/
#include "lwip/opt.h"
#include "netif/ppp/ppp_opts.h"
#if PPP_SUPPORT && LWIP_INCLUDED_POLARSSL_DES
#include "netif/ppp/polarssl/des.h"

View File

@@ -39,7 +39,7 @@
* http://www.ietf.org/rfc/rfc1320.txt
*/
#include "lwip/opt.h"
#include "netif/ppp/ppp_opts.h"
#if PPP_SUPPORT && LWIP_INCLUDED_POLARSSL_MD4
#include "netif/ppp/polarssl/md4.h"

View File

@@ -38,7 +38,7 @@
* http://www.ietf.org/rfc/rfc1321.txt
*/
#include "lwip/opt.h"
#include "netif/ppp/ppp_opts.h"
#if PPP_SUPPORT && LWIP_INCLUDED_POLARSSL_MD5
#include "netif/ppp/polarssl/md5.h"

View File

@@ -38,7 +38,7 @@
* http://www.itl.nist.gov/fipspubs/fip180-1.htm
*/
#include "lwip/opt.h"
#include "netif/ppp/ppp_opts.h"
#if PPP_SUPPORT && LWIP_INCLUDED_POLARSSL_SHA1
#include "netif/ppp/polarssl/sha1.h"