mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Fix FIPS mode build of eapol_test
This commit is contained in:
parent
ff916b9df7
commit
577072b116
@ -1007,6 +1007,11 @@ ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
|
|||||||
CFLAGS += -DCONFIG_DELAYED_MIC_ERROR_REPORT
|
CFLAGS += -DCONFIG_DELAYED_MIC_ERROR_REPORT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_FIPS
|
||||||
|
CFLAGS += -DCONFIG_FIPS
|
||||||
|
MD5OBJS += ../src/crypto/md5-non-fips.o
|
||||||
|
endif
|
||||||
|
|
||||||
OBJS += ../src/drivers/scan_helpers.o
|
OBJS += ../src/drivers/scan_helpers.o
|
||||||
OBJS += $(SHA1OBJS) $(DESOBJS)
|
OBJS += $(SHA1OBJS) $(DESOBJS)
|
||||||
|
|
||||||
@ -1066,11 +1071,6 @@ OBJS += $(OBJS_d) ../src/drivers/drivers.o
|
|||||||
OBJS += $(OBJS_l2)
|
OBJS += $(OBJS_l2)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_FIPS
|
|
||||||
CFLAGS += -DCONFIG_FIPS
|
|
||||||
MD5OBJS += ../src/crypto/md5-non-fips.o
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef CONFIG_NDIS_EVENTS_INTEGRATED
|
ifdef CONFIG_NDIS_EVENTS_INTEGRATED
|
||||||
CFLAGS += -DCONFIG_NDIS_EVENTS_INTEGRATED
|
CFLAGS += -DCONFIG_NDIS_EVENTS_INTEGRATED
|
||||||
OBJS += ../src/drivers/ndis_events.o
|
OBJS += ../src/drivers/ndis_events.o
|
||||||
|
Loading…
Reference in New Issue
Block a user