aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 12:27:21 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 12:27:21 +0000
commit819ff32dc4aab5bcd3f2f9b517ef175978c1e9eb (patch)
tree89fa4a74c345fb02fdcb26c8a9d6d5f919f30e81 /crypto/err/err.h
parent5574e0ed417c9a09487a270fec3df34d3094f5c6 (diff)
downloadopenssl-819ff32dc4aab5bcd3f2f9b517ef175978c1e9eb.tar.gz
New error code ERR_R_DISABLED
Submitted by: Douglas Stebila <douglas.stebila@sun.com>
Diffstat (limited to 'crypto/err/err.h')
-rw-r--r--crypto/err/err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index 8728ff7c02..b591d11cd6 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -228,6 +228,7 @@ typedef struct err_state_st
#define ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED (2|ERR_R_FATAL)
#define ERR_R_PASSED_NULL_PARAMETER (3|ERR_R_FATAL)
#define ERR_R_INTERNAL_ERROR (4|ERR_R_FATAL)
+#define ERR_R_DISABLED (5|ERR_R_FATAL)
/* 99 is the maximum possible ERR_R_... code, higher values
* are reserved for the individual libraries */