forked from Mirrorlandia_minetest/minetest
Initialize random for verification key generation too
This commit is contained in:
parent
bcf47bc67c
commit
49cf66d785
@ -593,6 +593,8 @@ void srp_create_salted_verification_key( SRP_HashAlgorithm alg,
|
|||||||
if(!ng)
|
if(!ng)
|
||||||
goto cleanup_and_exit;
|
goto cleanup_and_exit;
|
||||||
|
|
||||||
|
init_random(); /* Only happens once */
|
||||||
|
|
||||||
if (*bytes_s == NULL) {
|
if (*bytes_s == NULL) {
|
||||||
*len_s = 16;
|
*len_s = 16;
|
||||||
if (RAND_BUFF_MAX - g_rand_idx < 16)
|
if (RAND_BUFF_MAX - g_rand_idx < 16)
|
||||||
|
Loading…
Reference in New Issue
Block a user