From b29f4153e83623f24bebe99976e1368ef31bb008 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 21 May 2026 17:12:20 +0200 Subject: Add support for custom hash functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt_hash_algorithm_end.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librecrypt_hash_algorithm_end.c') diff --git a/librecrypt_hash_algorithm_end.c b/librecrypt_hash_algorithm_end.c index adb1555..a4d1ef8 100644 --- a/librecrypt_hash_algorithm_end.c +++ b/librecrypt_hash_algorithm_end.c @@ -3,7 +3,7 @@ #ifndef TEST -enum librecrypt_hash_algorithm librecrypt_hash_algorithm_end = LIBRECRYPT_HASH_ALGORITHM_END; +const enum librecrypt_hash_algorithm librecrypt_hash_algorithm_end = LIBRECRYPT_HASH_ALGORITHM_END; #else -- cgit v1.3.1