From 6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Feb 2019 17:54:09 +0100 Subject: Minor improvement and man pages for HMAC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') 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\ -- cgit v1.2.3-70-g09d2