From 88d4b36663f71d474d810b202041ae388cede727 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 17 Feb 2015 16:54:15 -0600 Subject: [PATCH] build: Add arc4.[ch] to test-eapol sources --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 1a0f9158..0ca8dd05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -138,6 +138,7 @@ unit_test_eapol_SOURCES = unit/test-eapol.c \ src/sha1.h src/sha1.c \ src/md5.h src/md5.c \ src/aes.h src/aes.c \ + src/arc4.h src/arc4.c \ src/crypto.h src/crypto.c \ src/eapol.h src/eapol.c unit_test_eapol_LDADD = ell/libell-internal.la