The published P802.11ai version does not use CRC32 anymore, so remove inclusion of crc32.o into wpa_supplicant and hostapd builds based on CONFIG_FILS=y. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
@@ -264,7 +264,6 @@ endif
ifdef CONFIG_FILS
L_CFLAGS += -DCONFIG_FILS
OBJS += src/ap/fils_hlp.c
-NEED_CRC32=y
NEED_SHA384=y
NEED_AES_SIV=y
endif
@@ -866,10 +865,6 @@ ifdef NEED_ECC
L_CFLAGS += -DCONFIG_ECC
-ifdef NEED_CRC32
-OBJS += src/utils/crc32.c
-endif
-
ifdef CONFIG_NO_RANDOM_POOL
L_CFLAGS += -DCONFIG_NO_RANDOM_POOL
else
@@ -308,7 +308,6 @@ endif
CFLAGS += -DCONFIG_FILS
OBJS += ../src/ap/fils_hlp.o
@@ -905,10 +904,6 @@ ifdef NEED_ECC
CFLAGS += -DCONFIG_ECC
-OBJS += ../src/utils/crc32.o
CFLAGS += -DCONFIG_NO_RANDOM_POOL
@@ -247,7 +247,6 @@ endif
@@ -1305,10 +1304,6 @@ ifdef NEED_ECC
@@ -280,7 +280,6 @@ endif
@@ -1351,10 +1350,6 @@ ifdef NEED_ECC