Commit 1a2450bf authored by Bodo Möller's avatar Bodo Möller
Browse files

There is no reason to use downcase letters throughout in error reason

strings, it's just the default because it's usually ok.
parent cf7fa828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}
	};