X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=mkfiles%2Fcast5.mk;h=df2fd137bcb4093c165543a2df5b49e2b29d8dd0;hb=206e5aa6d34ac3fb32bdf9e6affc153547e189d8;hp=18dd483691d37ed40a871d9ff85c34e45018f1ca;hpb=74fe0d1999c8dee4babb971174648da906886874;p=avr-crypto-lib.git diff --git a/mkfiles/cast5.mk b/mkfiles/cast5.mk index 18dd483..df2fd13 100644 --- a/mkfiles/cast5.mk +++ b/mkfiles/cast5.mk @@ -5,8 +5,8 @@ ALGO_NAME := CAST5 BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := cast5.o -$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o hexdigit_tab.o serial-tools.o cli.o string-extras.o\ - nessie_bc_test.o nessie_common.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o hexdigit_tab.o cli.o string-extras.o\ + nessie_bc_test.o dbz_strings.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"