diff options
Diffstat (limited to 'librecrypt_hash_.c')
| -rw-r--r-- | librecrypt_hash_.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_hash_.c b/librecrypt_hash_.c index 14c709b..05f1743 100644 --- a/librecrypt_hash_.c +++ b/librecrypt_hash_.c @@ -397,7 +397,7 @@ main(void) /* target settings_scratch */ errno = 0; libtest_set_alloc_failure_in(1u); - EXPECT(librecrypt_hash_(NULL, 0, "hello", 5u, ARGON2ID_PREFIX"*1000$", NULL, ASCII_CRYPT) == -1); + EXPECT(librecrypt_hash_(NULL, 0u, "hello", 5u, ARGON2ID_PREFIX"*1000$", NULL, ASCII_CRYPT) == -1); EXPECT(errno == ENOMEM); EXPECT(libtest_get_alloc_failure_in() == 0u); |
