ERR_LIB_PKCS7
{ERR_PACK(ERR_LIB_PKCS7, 0, 0), "PKCS7 routines"},
#define ERR_R_PKCS7_LIB ERR_LIB_PKCS7 /* 33 */
#define PKCS7error(r) ERR_PUT_ERROR(ERR_LIB_PKCS7, (r))
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)