mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
erp: Include src/missing.h for explicit_bzero
This commit is contained in:
parent
cab0bc29c4
commit
51553415bd
@ -30,10 +30,11 @@
|
|||||||
|
|
||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
#include "eap-private.h"
|
#include "src/missing.h"
|
||||||
#include "erp.h"
|
#include "src/eap-private.h"
|
||||||
#include "crypto.h"
|
#include "src/erp.h"
|
||||||
#include "util.h"
|
#include "src/crypto.h"
|
||||||
|
#include "src/util.h"
|
||||||
|
|
||||||
#define ERP_DEFAULT_KEY_LIFETIME_US 86400000000
|
#define ERP_DEFAULT_KEY_LIFETIME_US 86400000000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user