This commit was generated by cvs2svn to track changes on a CVS vendor
[openssl.git] / crypto / objects / objects.err
1 /* Error codes for the OBJ functions. */
2
3 /* Function codes. */
4 #define OBJ_F_OBJ_CREATE                                 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