]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix fuzzing/asn1 build
authorJouni Malinen <jouni@codeaurora.org>
Mon, 3 Feb 2020 15:45:06 +0000 (17:45 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Mon, 3 Feb 2020 15:45:26 +0000 (17:45 +0200)
asn1.c needs wpabuf.c to be included now.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/fuzzing/asn1/Makefile

index 63be4bcd496091d92efa555382aa5028d4a752e8..4286259342ecf12896fc72ec590f5b605faf142e 100644 (file)
@@ -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)