X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fserpent_c.mk;h=e8c7be4c26b4d305ae3e80e9bd0324b07d9ff71a;hb=bce0505abf49276430f7439960829683b4daf53b;hp=63b498d636a4b685d72e75bfe3434d3e3875b59b;hpb=65b5512d92a8b13973ae65201b18922b856328e5;p=avr-crypto-lib.git diff --git a/mkfiles/serpent_c.mk b/mkfiles/serpent_c.mk index 63b498d..e8c7be4 100644 --- a/mkfiles/serpent_c.mk +++ b/mkfiles/serpent_c.mk @@ -6,7 +6,7 @@ BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := serpent.o serpent-sboxes_c.o memxor.o -$(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ +$(ALGO_NAME)_TEST_BIN := main-serpent-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"