tests: Fix fuzzing/asn1 build
asn1.c needs wpabuf.c to be included now. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6f86f363e6
commit
6fb526d457
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ include ../rules.include
|
|||
OBJS += $(SRC)/utils/common.o
|
||||
OBJS += $(SRC)/utils/os_unix.o
|
||||
OBJS += $(SRC)/utils/wpa_debug.o
|
||||
OBJS += $(SRC)/utils/wpabuf.o
|
||||
OBJS += $(SRC)/tls/asn1.o
|
||||
|
||||
asn1: asn1.o $(OBJS) $(LIBS)
|
||||
|
|
Loading…
Reference in a new issue