Initialize random for verification key generation too

This commit is contained in:
est31 2015-08-06 04:59:38 +02:00
parent bcf47bc67c
commit 49cf66d785
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@ void srp_create_salted_verification_key( SRP_HashAlgorithm alg,
if(!ng)
goto cleanup_and_exit;
init_random(); /* Only happens once */
if (*bytes_s == NULL) {
*len_s = 16;
if (RAND_BUFF_MAX - g_rand_idx < 16)