From 1d40c6cee7de38c5b45eabfff27c5bd9450af769 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 22 Jun 2018 14:40:46 -0500 Subject: [PATCH] build: Add util.c to test-eapol src/eapol.c now uses util_* --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 11ad749c..dfcb6fe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -259,7 +259,7 @@ unit_test_eapol_SOURCES = unit/test-eapol.c \ src/handshake.h src/handshake.c \ src/eap.h src/eap.c src/eap-private.h \ src/eap-tls.c src/eap-ttls.c \ - src/eap-md5.c + src/eap-md5.c src/util.c unit_test_eapol_LDADD = ell/libell-internal.la unit_test_ssid_to_utf8_SOURCES = src/util.h src/util.c \