aboutsummaryrefslogtreecommitdiffstats
path: root/argon2/test_supported.c
diff options
context:
space:
mode:
Diffstat (limited to 'argon2/test_supported.c')
-rw-r--r--argon2/test_supported.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/argon2/test_supported.c b/argon2/test_supported.c
index 7f47905..f41188a 100644
--- a/argon2/test_supported.c
+++ b/argon2/test_supported.c
@@ -20,7 +20,7 @@ librecrypt__argon2__test_supported(const char *phrase, size_t len, int text, con
(void) text;
/* Validate string format and parameters */
- r = librecrypt_check_settings_(settings, prefix,
+ r = librecrypt_scan_settings_(settings, prefix,
"$%*$%sm=%p,t=%p,p=%p$%b$%^h",
"v=16$", "v=19$", "", NULL,
RANGE(LIBAR2_MIN_M_COST, LIBAR2_MAX_M_COST),