summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_err.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-04 17:56:32 +0000
committerBodo Möller <bodo@openssl.org>2000-03-04 17:56:32 +0000
commit1a2450bfc3e785c59882e6634c80365446cceabe (patch)
treee3aeb053af90863f93a512c8c6502097f5b85e22 /crypto/rand/rand_err.c
parentcf7fa82897a143a9c9b6cefb7c456cee03b0e543 (diff)
There is no reason to use downcase letters throughout in error reason
strings, it's just the default because it's usually ok.
Diffstat (limited to 'crypto/rand/rand_err.c')
-rw-r--r--crypto/rand/rand_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_err.c b/crypto/rand/rand_err.c
index d1263edf80..e6a7e56dca 100644
--- a/crypto/rand/rand_err.c
+++ b/crypto/rand/rand_err.c
@@ -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}
};