mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
build: Add eap-md5.c to test-eapol requirements
Otherwise the EAP-MD5 driver is not found and we get the following output: TEST: EAPoL/8021x EAP-TTLS+EAP-MD5 & 4-Way Handshake Error initializing EAP for ifindex 1 Program received signal SIGSEGV, Segmentation fault.
This commit is contained in:
parent
eeb4f35bcb
commit
c78d6fda26
@ -177,7 +177,8 @@ unit_test_eapol_SOURCES = unit/test-eapol.c \
|
||||
src/eapol.h src/eapol.c \
|
||||
src/handshake.h src/handshake.c \
|
||||
src/eap.h src/eap.c \
|
||||
src/eap-tls.c src/eap-ttls.c
|
||||
src/eap-tls.c src/eap-ttls.c \
|
||||
src/eap-md5.c
|
||||
unit_test_eapol_LDADD = ell/libell-internal.la
|
||||
|
||||
unit_test_ssid_to_utf8_SOURCES = src/util.h src/util.c \
|
||||
|
Loading…
Reference in New Issue
Block a user