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:
Bodo Möller 2000-03-04 17:56:32 +00:00
parent cf7fa82897
commit 1a2450bfc3

View File

@ -71,7 +71,7 @@ static ERR_STRING_DATA RAND_str_functs[]=
static ERR_STRING_DATA RAND_str_reasons[]= 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} {0,NULL}
}; };