Skip to content

Commit

Permalink
Merge bef666a into 05f74ea
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfm3514 committed Sep 13, 2018
2 parents 05f74ea + bef666a commit af1354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ write_chalresp_state(FILE *f, CR_STATE *state)
iterations = state->iterations;
}

if (generate_random(salt, CR_CHALLENGE_SIZE)) {
if (generate_random(salt, CR_SALT_SIZE)) {
goto out;
}

Expand Down

0 comments on commit af1354c

Please sign in to comment.