summaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.err
blob: 8bec3eaea2f77487f03db6d28242721bfac18df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Error codes for the OBJ functions. */

/* Function codes. */
#define OBJ_F_OBJ_CREATE				 100
#define OBJ_F_OBJ_DUP					 101
#define OBJ_F_OBJ_NID2LN				 102
#define OBJ_F_OBJ_NID2OBJ				 103
#define OBJ_F_OBJ_NID2SN				 104

/* Reason codes. */
#define OBJ_R_MALLOC_FAILURE				 100
#define OBJ_R_UNKNOWN_NID				 101