unit: Update includes

This commit is contained in:
Denis Kenzior 2015-02-18 21:02:29 -06:00
parent b3e617838d
commit a9ba927eb0
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#include <assert.h>
#include <ell/ell.h>
#include "src/aes.h"
#include "src/crypto.h"
struct cmac_data {
const void *key;

View File

@ -32,7 +32,6 @@
#include "src/sha1.h"
#include "src/eapol.h"
#include "src/crypto.h"
#include "src/aes.h"
struct eapol_key_data {
const unsigned char *frame;