mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Define host_to_le64() for Windows builds
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6e3726c09e
commit
9ec0dfa31f
@ -150,6 +150,7 @@ static inline unsigned int wpa_swap_32(unsigned int v)
|
||||
#define host_to_le32(n) (n)
|
||||
#define be_to_host32(n) wpa_swap_32(n)
|
||||
#define host_to_be32(n) wpa_swap_32(n)
|
||||
#define host_to_le64(n) (n)
|
||||
|
||||
#define WPA_BYTE_SWAP_DEFINED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user