From 32a5ae4e65844615cb3e32aaefcdb7abe4af54c9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Feb 2019 17:10:20 +0100 Subject: Add HMAC and use void * instead of char * for binary data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 838e391..2df18be 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ OBJ =\ behex_lower.o\ behex_upper.o\ digest.o\ + hmac_digest.o\ + hmac_init.o\ + hmac_update.o\ init.o\ marshal.o\ process.o\ -- cgit v1.2.3-70-g09d2