From 2b417525c4eb152bb6f5c4bb845c3c0ecccd456e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 15:21:06 +0200 Subject: Remove documentation from .c files that already exist in .h files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- hmac_state_output_size.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hmac_state_output_size.c') diff --git a/hmac_state_output_size.c b/hmac_state_output_size.c index eff86b9..ea588c7 100644 --- a/hmac_state_output_size.c +++ b/hmac_state_output_size.c @@ -2,10 +2,4 @@ #include "common.h" -/** - * Get the output size of the algorithm specified for a HMAC state - * - * @param state The state - * @return The number of bytes in the output, zero on error - */ extern inline size_t libsha2_hmac_state_output_size(const struct libsha2_hmac_state *restrict); -- cgit v1.2.3-70-g09d2