From 3454e0328d57f57852bf12d698b6b4a4736d0719 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 May 2026 20:29:04 +0200 Subject: Prepare for supporting custom algorithms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt_algorithms_.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librecrypt_algorithms_.c') diff --git a/librecrypt_algorithms_.c b/librecrypt_algorithms_.c index 77dfe30..a2f9a04 100644 --- a/librecrypt_algorithms_.c +++ b/librecrypt_algorithms_.c @@ -19,7 +19,7 @@ #define X(ALGO) IF__##ALGO##__SUPPORTED(ENTRY(ALGO) COMMA) -struct algorithm librecrypt_algorithms_[] = { +struct librecrypt_algorithm librecrypt_algorithms_[] = { LIST_ALGORITHMS(X) END_OF_ALGORITHMS }; -- cgit v1.2.3-70-g09d2