sae: Use full include path local includes

This commit is contained in:
Marcel Holtmann 2018-10-26 21:29:08 +02:00
parent 785be02ee5
commit 42cfaeb265
1 changed files with 7 additions and 7 deletions

View File

@ -22,13 +22,13 @@
#include <ell/ell.h>
#include "util.h"
#include "ie.h"
#include "handshake.h"
#include "crypto.h"
#include "mpdu.h"
#include "ecc.h"
#include "sae.h"
#include "src/util.h"
#include "src/ie.h"
#include "src/handshake.h"
#include "src/crypto.h"
#include "src/mpdu.h"
#include "src/ecc.h"
#include "src/sae.h"
#define SAE_RETRANSMIT_TIMEOUT 2
#define SAE_SYNC_MAX 3