]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/objects/objects.err
Submitted by:
[thirdparty/openssl.git] / crypto / objects / objects.err
CommitLineData
d02b48c6
RE
1/* Error codes for the OBJ functions. */
2
3/* Function codes. */
58964a49 4#define OBJ_F_OBJ_CREATE 100
d02b48c6
RE
5#define OBJ_F_OBJ_DUP 101
6#define OBJ_F_OBJ_NID2LN 102
7#define OBJ_F_OBJ_NID2OBJ 103
8#define OBJ_F_OBJ_NID2SN 104
9
10/* Reason codes. */
11#define OBJ_R_MALLOC_FAILURE 100
12#define OBJ_R_UNKNOWN_NID 101