]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/serpent_c.mk
new cfb-mode (still limited to byte operations)
[avr-crypto-lib.git] / mkfiles / serpent_c.mk
index dd3a69ba3309cf2037d2633c70d5deb9f41fb0a1..f52ced4a58d2fd8fd8c3e23377cbe08b4b3e4d27 100644 (file)
@@ -4,7 +4,7 @@ ALGO_NAME := SERPENT_C
 # comment out the following line for removement of serpent from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-
+$(ALGO_NAME)_DIR      := serpent/
 $(ALGO_NAME)_OBJ      := serpent.o serpent-sboxes_c.o memxor.o
 $(ALGO_NAME)_TEST_BIN := main-serpent-test.o $(CLI_STD)  \
                          nessie_bc_test.o nessie_common.o performance_test.o