mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
Include wpabuf.o in wpa_priv build
If you choose to use CONFIG_PRIVSEP=y, the wpabuf functions seem to miss. The attached patch is against trunk and should probably fix it.
This commit is contained in:
parent
745cb54e86
commit
716d543d5c
@ -1043,6 +1043,7 @@ OBJS_priv += ../src/utils/os_$(CONFIG_OS).o
|
||||
OBJS_priv += ../src/utils/$(CONFIG_ELOOP).o
|
||||
OBJS_priv += ../src/utils/common.o
|
||||
OBJS_priv += ../src/utils/wpa_debug.o
|
||||
OBJS_priv += ../src/utils/wpabuf.o
|
||||
OBJS_priv += wpa_priv.o
|
||||
ifdef CONFIG_DRIVER_TEST
|
||||
OBJS_priv += ../src/crypto/sha1.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user