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 --- sum_fd.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sum_fd.c') diff --git a/sum_fd.c b/sum_fd.c index f93d20c..fed3bed 100644 --- a/sum_fd.c +++ b/sum_fd.c @@ -2,15 +2,6 @@ #include "common.h" -/** - * Calculate the checksum for a file, - * the content of the file is assumed non-sensitive - * - * @param fd The file descriptor of the file - * @param algorithm The hashing algorithm - * @param hashsum Output buffer for the hash - * @return Zero on success, -1 on error - */ int libsha2_sum_fd(int fd, enum libsha2_algorithm algorithm, void *restrict hashsum) { -- cgit v1.2.3-70-g09d2