aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_hash_binary.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--librecrypt_hash_binary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_hash_binary.c b/librecrypt_hash_binary.c
index 9987758..7efb81e 100644
--- a/librecrypt_hash_binary.c
+++ b/librecrypt_hash_binary.c
@@ -25,7 +25,7 @@ check(const char *phrase, const char *settings, const char *chain, const char *h
assert(hashlen <= sizeof(buf));
assert(hashlen <= sizeof(expected));
- lut = librecrypt_get_encoding(settings, strlen(settings), &pad, &strict_pad, 1);
+ lut = librecrypt_get_encoding(settings, strlen(settings), &pad, &strict_pad, 1, NULL);
assert(lut);
r = librecrypt_decode(expected, sizeof(expected), hash, strlen(hash), lut, pad, strict_pad);