aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-02-10 17:20:40 +0100
committerMattias Andrée <maandree@kth.se>2019-02-10 17:20:40 +0100
commit9d4bd0942daca7b705d73de7341834444567b457 (patch)
treeed217ffaf0babdd8fb9031ef0b042eb2817c82dc /Makefile
parentAdd HMAC and use void * instead of char * for binary data (diff)
downloadlibsha2-9d4bd0942daca7b705d73de7341834444567b457.tar.gz
libsha2-9d4bd0942daca7b705d73de7341834444567b457.tar.bz2
libsha2-9d4bd0942daca7b705d73de7341834444567b457.tar.xz
Add libsha2_hmac_[un]marshal
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2df18be..dc7060e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ OBJ =\
digest.o\
hmac_digest.o\
hmac_init.o\
+ hmac_marshal.o\
+ hmac_unmarshal.o\
hmac_update.o\
init.o\
marshal.o\