]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/hmac-md5.mk
modified structure
[avr-crypto-lib.git] / mkfiles / hmac-md5.mk
index 7d3f64495c597a9d05aea6ba70c5dda4e075842f..fd23627a26793de2385563c258e23b619d4b8432 100644 (file)
@@ -4,9 +4,10 @@ ALGO_NAME := HMAC-MD5
 # comment out the following line for removement of HMAC-MD5 from the build process
 MACS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := hmac-md5/
 $(ALGO_NAME)_OBJ      := hmac-md5.o md5-asm.o
 $(ALGO_NAME)_TEST_BIN := main-hmac-md5-test.o $(CLI_STD) \
-                         nessie_mac_test.o nessie_common.o base64_enc.o base64_dec.o
+                         nessie_mac_test.o nessie_common.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"