aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-02-10 17:54:09 +0100
committerMattias Andrée <maandree@kth.se>2019-02-10 17:54:09 +0100
commit6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab (patch)
treedc14cf6beeab03da867e7946bd6ab3601a66d370 /Makefile
parentlibsha2.h.0: securely erasing the state (diff)
downloadlibsha2-6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab.tar.gz
libsha2-6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab.tar.bz2
libsha2-6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab.tar.xz
Minor improvement and man pages for HMAC
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc7060e..14be91d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ OBJ =\
hmac_digest.o\
hmac_init.o\
hmac_marshal.o\
+ hmac_state_output_size.o\
hmac_unmarshal.o\
hmac_update.o\
init.o\
@@ -40,8 +41,14 @@ MAN3 =\
libsha2_behex_lower.3\
libsha2_behex_upper.3\
libsha2_digest.3\
- libsha2_marshal.3\
+ libsha2_hmac_digest.3\
+ libsha2_hmac_init.3\
+ libsha2_hmac_marshal.3\
+ libsha2_hmac_state_output_size.3\
+ libsha2_hmac_unmarshal.3\
+ libsha2_hmac_update.3\
libsha2_init.3\
+ libsha2_marshal.3\
libsha2_state_output_size.3\
libsha2_sum_fd.3\
libsha2_unhex.3\