Backport of CMS code to 0.9.8-stable branch. Disabled by default.

This commit is contained in:
Dr. Stephen Henson
2008-04-03 23:03:56 +00:00
parent 090f931a35
commit 94b2c29f9d
36 changed files with 9505 additions and 75 deletions

View File

@@ -149,6 +149,7 @@ static ERR_STRING_DATA ERR_str_libraries[]=
{ERR_PACK(ERR_LIB_DSO,0,0) ,"DSO support routines"},
{ERR_PACK(ERR_LIB_ENGINE,0,0) ,"engine routines"},
{ERR_PACK(ERR_LIB_OCSP,0,0) ,"OCSP routines"},
{ERR_PACK(ERR_LIB_CMS,0,0) ,"CMS routines"},
{0,NULL},
};