From 5170039cf1df2194faa85741f0733977525cd5c0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 19 Oct 1998 21:47:12 +0000 Subject: This commit was manufactured by cvs2git to create tag 'OPENBSD_2_4_BASE'. --- src/lib/libcrypto/err/error.err | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/lib/libcrypto/err/error.err (limited to 'src/lib/libcrypto/err/error.err') diff --git a/src/lib/libcrypto/err/error.err b/src/lib/libcrypto/err/error.err new file mode 100644 index 0000000000..f09557d8d9 --- /dev/null +++ b/src/lib/libcrypto/err/error.err @@ -0,0 +1,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 -- cgit v1.2.3-55-g6feb