1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-03-06 09:29:17 +01:00

Merge branch 'pr-167'

This commit is contained in:
Klas Lindfors 2018-09-13 21:20:56 +02:00
commit a9b2057db9
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

2
util.c
View File

@ -524,7 +524,7 @@ write_chalresp_state(FILE *f, CR_STATE *state)
iterations = state->iterations; iterations = state->iterations;
} }
if (generate_random(salt, CR_CHALLENGE_SIZE)) { if (generate_random(salt, CR_SALT_SIZE)) {
goto out; goto out;
} }