X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hmac-sha256.mk;h=6d957b3b9cc5d183c1ab92d33c66a63e9824ab76;hb=93df4df5d3c96e3f225158eeef0e675e43dde1fc;hp=e3bf7bec0fd22231d052082a74df225c976d9359;hpb=cc0d247149bad70179dff52f544381545054da44;p=avr-crypto-lib.git diff --git a/hmac-sha256.mk b/hmac-sha256.mk index e3bf7be..6d957b3 100644 --- a/hmac-sha256.mk +++ b/hmac-sha256.mk @@ -6,7 +6,7 @@ MACS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := hmac-sha256.o sha256-asm.o $(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o debug.o uart.o serial-tools.o \ - hmac-sha256.o sha256-asm.o nessie_mac_test.o + hmac-sha256.o sha256-asm.o nessie_mac_test.o nessie_common.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"