mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -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 New Issue
Block a user