]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/arcfour_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / arcfour_c.mk
index aa6d0eb79dee2a3c0b8a4e4a21761c8623810ba6..2b8b7da367492789beb677b3de58b8f9f125ba04 100644 (file)
@@ -7,7 +7,7 @@ STREAM_CIPHERS += $(ALGO_NAME)
 $(ALGO_NAME)_DIR      := arcfour/
 $(ALGO_NAME)_INCDIR   := memxor/ scal/
 $(ALGO_NAME)_OBJ      := arcfour.o
-$(ALGO_NAME)_TEST_BIN := main-arcfour-test.o $(CLI_STD) $(SCAL_STD) scal_arcfour.o
+$(ALGO_NAME)_TESTBIN  := main-arcfour-test.o $(CLI_STD) $(SCAL_STD) scal_arcfour.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"