diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-10 17:54:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-10 17:54:09 +0100 |
commit | 6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab (patch) | |
tree | dc14cf6beeab03da867e7946bd6ab3601a66d370 /Makefile | |
parent | libsha2.h.0: securely erasing the state (diff) | |
download | libsha2-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-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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\ |