There is no reason to use downcase letters throughout in error reason
strings, it's just the default because it's usually ok.
This commit is contained in:
parent
cf7fa82897
commit
1a2450bfc3
@ -71,7 +71,7 @@ static ERR_STRING_DATA RAND_str_functs[]=
|
||||
|
||||
static ERR_STRING_DATA RAND_str_reasons[]=
|
||||
{
|
||||
{RAND_R_PRNG_NOT_SEEDED ,"prng not seeded"},
|
||||
{RAND_R_PRNG_NOT_SEEDED ,"PRNG not seeded"},
|
||||
{0,NULL}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user