aboutsummaryrefslogtreecommitdiff
path: root/crypto/err/error.err
blob: f09557d8d940f27b973a673a65c4a01744881763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Error codes for the ERR functions. */

/* Function codes. */

/* Reason codes. */
#define ERR_R_BN_LIB					100
#define ERR_R_DER_LIB					101
#define ERR_R_MALLOC_FAILURE				102
#define ERR_R_PEM_LIB					103
#define ERR_R_RSA_LIB					104
#define ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED		105
#define ERR_R_SYS_LIB					106
#define ERR_R_X509_LIB					107