]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - cast5.mk
arcfour got its own testsuit now + some modifications of the build process
[avr-crypto-lib.git] / cast5.mk
index c5df6e5217daa63b83610174a54fa774592ac159..f2241c0d8e4e5042f0e2c6808c66f300898981cf 100644 (file)
--- a/cast5.mk
+++ b/cast5.mk
@@ -2,7 +2,7 @@
 ALGO_NAME := CAST5
 
 # comment out the following line for removement of CAST5 from the build process
-BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
+BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := cast5.o
 $(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cast5.o