aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_set_custom_algorithms.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-21 19:53:27 +0200
committerMattias Andrée <m@maandree.se>2026-05-21 19:53:27 +0200
commit90dc983cae70b17628dcf680c16a0093ce6102fe (patch)
treee955d436d60eaebd24d2567d7a3e5b3c7e524f8c /librecrypt_set_custom_algorithms.c
parentTest argon2 with pepper (diff)
downloadlibrecrypt-90dc983cae70b17628dcf680c16a0093ce6102fe.tar.gz
librecrypt-90dc983cae70b17628dcf680c16a0093ce6102fe.tar.bz2
librecrypt-90dc983cae70b17628dcf680c16a0093ce6102fe.tar.xz
Add more tests and fix a bug and and typo
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'librecrypt_set_custom_algorithms.c')
-rw-r--r--librecrypt_set_custom_algorithms.c2
1 files changed, 1 insertions, 1 deletions
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();