EHT: Include crypto.h to avoid implicit function definition
crypto_ec_*() were not defined in some build configuration cases. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
004f618613
commit
568a5a8159
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "utils/includes.h"
|
||||
#include "utils/common.h"
|
||||
#include "crypto/crypto.h"
|
||||
#include "crypto/dh_groups.h"
|
||||
#include "hostapd.h"
|
||||
#include "sta_info.h"
|
||||
|
|
Loading…
Reference in a new issue