From a24071ae913b223487df78859c8d830f9e69f580 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 28 Aug 2024 16:42:05 +0200 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- destroyhashers.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 destroyhashers.c (limited to 'destroyhashers.c') diff --git a/destroyhashers.c b/destroyhashers.c deleted file mode 100644 index 0f05c03..0000000 --- a/destroyhashers.c +++ /dev/null @@ -1,12 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include "common.h" - - -void -destroyhashers(struct algorithm *algorithms, size_t nalgorithms) -{ - size_t i; - for (i = 0; i < nalgorithms; i++) - if (algorithms[i].hasher.destroy) - algorithms[i].hasher.destroy(&algorithms[i].hasher); -} -- cgit v1.2.3-70-g09d2