ERR_LIB_PKCS12
{ERR_PACK(ERR_LIB_PKCS12, 0, 0), "PKCS12 routines"},
#define ERR_R_PKCS12_LIB ERR_LIB_PKCS12 /* 35 */
#define PKCS12error(r) ERR_PUT_ERROR(ERR_LIB_PKCS12, (r))
#define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
#define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)