Remove src/crypto from default include path

In addition, start ordering header file includes to be in more
consistent order: system header files, src/utils, src/*, same
directory as the *.c file.
This commit is contained in:
Jouni Malinen 2009-11-29 23:04:43 +02:00
parent 5586f500a0
commit 03da66bd59
92 changed files with 219 additions and 240 deletions

View file

@ -15,8 +15,7 @@
#include "includes.h"
#include "common.h"
#include "md5.h"
#include "crypto.h"
#include "crypto/crypto.h"
#include "chap.h"
int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,

View file

@ -15,8 +15,8 @@
#include "includes.h"
#include "common.h"
#include "sha1.h"
#include "tls.h"
#include "crypto/sha1.h"
#include "crypto/tls.h"
#include "eap_defs.h"
#include "eap_tlv_common.h"
#include "eap_fast_common.h"

View file

@ -15,12 +15,9 @@
#include "includes.h"
#include "common.h"
#include "crypto/aes_wrap.h"
#include "crypto/sha256.h"
#include "eap_defs.h"
#include "aes_wrap.h"
#include "crypto.h"
#ifdef EAP_GPSK_SHA256
#include "sha256.h"
#endif /* EAP_GPSK_SHA256 */
#include "eap_gpsk_common.h"

View file

@ -15,7 +15,7 @@
#include "includes.h"
#include "common.h"
#include "sha1.h"
#include "crypto/sha1.h"
#include "eap_pax_common.h"

View file

@ -15,7 +15,7 @@
#include "includes.h"
#include "common.h"
#include "sha1.h"
#include "crypto/sha1.h"
#include "eap_peap_common.h"
void peap_prfplus(int version, const u8 *key, size_t key_len,

View file

@ -15,7 +15,7 @@
#include "includes.h"
#include "common.h"
#include "aes_wrap.h"
#include "crypto/aes_wrap.h"
#include "eap_defs.h"
#include "eap_psk_common.h"

View file

@ -15,8 +15,8 @@
#include "includes.h"
#include "common.h"
#include "sha1.h"
#include "wpabuf.h"
#include "crypto/sha1.h"
#include "eap_defs.h"
#include "eap_sake_common.h"

View file

@ -15,12 +15,12 @@
#include "includes.h"
#include "common.h"
#include "eap_common/eap_defs.h"
#include "sha1.h"
#include "sha256.h"
#include "crypto.h"
#include "aes_wrap.h"
#include "wpabuf.h"
#include "crypto/aes_wrap.h"
#include "crypto/crypto.h"
#include "crypto/sha1.h"
#include "crypto/sha256.h"
#include "eap_common/eap_defs.h"
#include "eap_common/eap_sim_common.h"

View file

@ -15,9 +15,9 @@
#include "includes.h"
#include "common.h"
#include "sha1.h"
#include "md5.h"
#include "crypto.h"
#include "crypto/crypto.h"
#include "crypto/md5.h"
#include "crypto/sha1.h"
#include "ikev2_common.h"