tests: Fix fuzzing/sae build
sae.c depends on wpa_common.c now and as such, this test build needs to pull in whatever is needed there and that happens to include sha1-prf.c. Add that to the fuzzer to fix the build. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
7fa67861ae
commit
ddcd15c2de
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ LIBS += $(SRC)/utils/libutils.a
|
|||
|
||||
OBJS += $(SRC)/crypto/crypto_openssl.o
|
||||
OBJS += $(SRC)/crypto/dh_groups.o
|
||||
OBJS += $(SRC)/crypto/sha1-prf.o
|
||||
OBJS += $(SRC)/crypto/sha256-prf.o
|
||||
OBJS += $(SRC)/crypto/sha256-kdf.o
|
||||
OBJS += $(SRC)/common/dragonfly.o
|
||||
|
|
Loading…
Reference in a new issue