diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-21 19:53:27 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-21 19:53:27 +0200 |
| commit | 90dc983cae70b17628dcf680c16a0093ce6102fe (patch) | |
| tree | e955d436d60eaebd24d2567d7a3e5b3c7e524f8c /librecrypt_set_custom_algorithms.c | |
| parent | Test argon2 with pepper (diff) | |
| download | librecrypt-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 '')
| -rw-r--r-- | librecrypt_set_custom_algorithms.c | 2 |
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(); |
