mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
handshake: Use full include path local includes
This commit is contained in:
parent
23a7fafec6
commit
52f7f1dea2
@ -33,12 +33,13 @@
|
|||||||
#include <linux/if_ether.h>
|
#include <linux/if_ether.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <linux/filter.h>
|
#include <linux/filter.h>
|
||||||
|
|
||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
#include "crypto.h"
|
#include "src/crypto.h"
|
||||||
#include "ie.h"
|
#include "src/ie.h"
|
||||||
#include "util.h"
|
#include "src/util.h"
|
||||||
#include "handshake.h"
|
#include "src/handshake.h"
|
||||||
|
|
||||||
static bool handshake_get_nonce(uint8_t nonce[])
|
static bool handshake_get_nonce(uint8_t nonce[])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user