summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-20 01:37:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-20 01:37:17 +0000
commit6e6bc352b18ae230833580018b246d9a7ce331a6 (patch)
tree0a4bc7f589e513c956925ca9c3d8650bdd61aa10 /crypto/rand/rand_err.c
parent77b47b903684020d07d16519b2a74cc58668fb20 (diff)
Finish off the X509_ATTRIBUTE string stuff.
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 a5b2814d34..d1263edf80 100644
--- a/crypto/rand/rand_err.c
+++ b/crypto/rand/rand_err.c
@@ -65,7 +65,7 @@
#ifndef NO_ERR
static ERR_STRING_DATA RAND_str_functs[]=
{
-{ERR_PACK(0,RAND_F_SSLEAY_RAND_BYTES,0), "ssleay_rand_bytes"},
+{ERR_PACK(0,RAND_F_SSLEAY_RAND_BYTES,0), "SSLEAY_RAND_BYTES"},
{0,NULL}
};