Blow up in people's faces if they don't reseed.
This commit is contained in:
@@ -75,6 +75,8 @@ static ERR_STRING_DATA RAND_str_functs[]=
|
||||
static ERR_STRING_DATA RAND_str_reasons[]=
|
||||
{
|
||||
{RAND_R_NON_FIPS_METHOD ,"non fips method"},
|
||||
{RAND_R_PRNG_NOT_REKEYED ,"prng not rekeyed"},
|
||||
{RAND_R_PRNG_NOT_RESEEDED ,"prng not reseeded"},
|
||||
{RAND_R_PRNG_NOT_SEEDED ,"PRNG not seeded"},
|
||||
{RAND_R_PRNG_STUCK ,"prng stuck"},
|
||||
{0,NULL}
|
||||
|
||||
Reference in New Issue
Block a user