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:
parent
5586f500a0
commit
03da66bd59
92 changed files with 219 additions and 240 deletions
|
@ -15,10 +15,10 @@
|
|||
#include "includes.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "crypto/sha1.h"
|
||||
#include "crypto/tls.h"
|
||||
#include "eap_i.h"
|
||||
#include "eap_tls_common.h"
|
||||
#include "sha1.h"
|
||||
#include "tls.h"
|
||||
|
||||
|
||||
int eap_server_tls_ssl_init(struct eap_sm *sm, struct eap_ssl_data *data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue