From c78d6fda265a85b79568ef7e434b59ebaad4120e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 1 Dec 2016 13:41:36 -0600 Subject: [PATCH] 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4d81ddae..2c6c010a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \