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_marshal.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'hmac_marshal.c') diff --git a/hmac_marshal.c b/hmac_marshal.c index 2cb0816..6db8972 100644 --- a/hmac_marshal.c +++ b/hmac_marshal.c @@ -2,13 +2,6 @@ #include "common.h" -/** - * Marshal an HMAC state into a buffer - * - * @param state The state to marshal - * @param buf Output buffer, `NULL` to only return the required size - * @return The number of bytes marshalled to `buf` - */ size_t libsha2_hmac_marshal(const struct libsha2_hmac_state *restrict state, void *restrict buf_) { -- cgit v1.2.3-70-g09d2