]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed_C.mk
fixing bug in skein (asm); + new tools for hfal
[avr-crypto-lib.git] / mkfiles / seed_C.mk
index 05fd25d3600526786e6a541f73fbf76939c74879..7ec687fd2936559d5d228df424c2bdbbcfd4f21a 100644 (file)
@@ -5,8 +5,8 @@ ALGO_NAME := SEED_C
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := seed_C.o
-$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \
-                         nessie_bc_test.o nessie_common.o \
+$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o hexdigit_tab.o  \
+                         nessie_bc_test.o dbz_strings.o nessie_common.o \
                          cli.o string-extras.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"