Finish off the X509_ATTRIBUTE string stuff.

This commit is contained in:
Dr. Stephen Henson
2000-01-20 01:37:17 +00:00
parent 77b47b9036
commit 6e6bc352b1
13 changed files with 164 additions and 273 deletions

View File

@@ -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}
};