From 90dc983cae70b17628dcf680c16a0093ce6102fe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 21 May 2026 19:53:27 +0200 Subject: Add more tests and fix a bug and and typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt_set_custom_algorithms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librecrypt_set_custom_algorithms.c') diff --git a/librecrypt_set_custom_algorithms.c b/librecrypt_set_custom_algorithms.c index 2494490..dabdcdc 100644 --- a/librecrypt_set_custom_algorithms.c +++ b/librecrypt_set_custom_algorithms.c @@ -18,7 +18,7 @@ int main(void) { LIBRECRYPT_CONTEXT *ctx; - const struct librecrypt_algorithm algos[5]; + struct librecrypt_algorithm algos[5]; SET_UP_ALARM(); INIT_RESOURCE_TEST(); -- cgit v1.3.1