]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix fuzzing/sae build
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 28 Jul 2022 14:08:11 +0000 (17:08 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 28 Jul 2022 14:08:11 +0000 (17:08 +0300)
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>
tests/fuzzing/sae/Makefile

index ee4b0c0b6a225e4c34ce23918aa2e064472dff9b..2cc74cdef56b5a4dce3b01f772aa1ebac64b91af 100644 (file)
@@ -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