X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fhmac-sha1.mk;fp=mkfiles%2Fhmac-sha1.mk;h=d5d731c960adb4085cf00374517e0cb233f479ff;hb=83d0614d8b17eac97f891f7de2bb3ef265751dea;hp=d5bec0325c7c3d332def01461fcfb7f3e0b1c8bd;hpb=fa7a41a129697b6e7dce363060d2265f5fdb93a6;p=avr-crypto-lib.git diff --git a/mkfiles/hmac-sha1.mk b/mkfiles/hmac-sha1.mk index d5bec03..d5d731c 100644 --- a/mkfiles/hmac-sha1.mk +++ b/mkfiles/hmac-sha1.mk @@ -1,7 +1,7 @@ # Makefile for HMAC-SHA256 ALGO_NAME := HMAC-SHA1 -# comment out the following line for removement of HMAC-SHA256 from the build process +# comment out the following line for removement of HMAC-SHA1 from the build process MACS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := hmac-sha1.o sha1-asm.o