1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-31 22:42:57 -07:00
This commit is contained in:
Frank Denis 2015-12-29 17:51:00 +01:00
parent bd44342a1e
commit 96c37fc9a4

View File

@ -209,7 +209,7 @@ int argon2_verify(const char *encoded, const void *pwd, const size_t pwdlen,
}
ret = argon2_hash(ctx.t_cost, ctx.m_cost, ctx.threads, pwd, pwdlen, ctx.salt,
ctx.saltlen, out, ctx.outlen, NULL, 0, type);
ctx.saltlen, out, ctx.outlen, NULL, 0, type);
free(ctx.ad);
free(ctx.salt);