3f8c54e2db2acea6bd5ca3eccb38ceb12fac9bb5
[oweals/openssl.git] / crypto / objects / objects.err
1 /* Error codes for the OBJ functions. */
2
3 /* Function codes. */
4 #define OBJ_F_OBJ_CREATE_AND_ADD_OBJECT                  100
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