There is no reason to use downcase letters throughout in error reason
authorBodo Möller <bodo@openssl.org>
Sat, 4 Mar 2000 17:56:32 +0000 (17:56 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 4 Mar 2000 17:56:32 +0000 (17:56 +0000)
strings, it's just the default because it's usually ok.

crypto/rand/rand_err.c

index d1263edf80f6e0a7744750b632c9a057a1076544..e6a7e56dca9c6dfa70439ff5e7503670a18b7c80 100644 (file)
@@ -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}
        };