]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix fuzzing tester build
authorJouni Malinen <quic_jouni@quicinc.com>
Sun, 13 Oct 2024 17:39:30 +0000 (20:39 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 13 Oct 2024 18:41:53 +0000 (21:41 +0300)
The new pasn_common.c needs to included in PASN fuzzing testers.

Fixes: e15242565794 ("PASN: Routines for generating and processing encrypted data")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/fuzzing/pasn-init/Makefile
tests/fuzzing/pasn-resp/Makefile

index d838192a4bb3a27e63ee2708ca947db645a53ecc..c9a4e390c27ded25f3cdce9f8e2ca5cb66b50201 100644 (file)
@@ -27,6 +27,7 @@ OBJS += $(SRC)/crypto/sha256-kdf.o
 OBJS += $(SRC)/crypto/sha384-kdf.o
 OBJS += $(SRC)/rsn_supp/wpa_ie.o
 OBJS += $(SRC)/rsn_supp/pmksa_cache.o
+OBJS += $(SRC)/pasn/pasn_common.o
 OBJS += $(SRC)/pasn/pasn_initiator.o
 
 OBJS += pasn-init.o
index 85a5279d798be63b45780caff3cc4b520dfbaab9..046cb5f38d07d4aecfd09ab1a706e3393813b7ea 100644 (file)
@@ -26,6 +26,7 @@ OBJS += $(SRC)/crypto/sha384-prf.o
 OBJS += $(SRC)/crypto/sha256-kdf.o
 OBJS += $(SRC)/crypto/sha384-kdf.o
 OBJS += $(SRC)/ap/comeback_token.o
+OBJS += $(SRC)/pasn/pasn_common.o
 OBJS += $(SRC)/pasn/pasn_responder.o
 
 OBJS += pasn-resp.o