summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-02-11 09:33:51 -0500
committerRich Salz <rsalz@openssl.org>2016-02-11 09:33:51 -0500
commit27f172d9a3f3ec9901439b4823c95788598fa367 (patch)
tree8aba9a5c22f6ea659f0c398ebc43e2621fb53bb5 /include
parent143e5e50f22eaff58e90dd20bdb66eae6ab3b53e (diff)
GH620: second diff from rt-2275, adds error code
clean up and apply patches from RT-2275 Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/err.h b/include/openssl/err.h
index bdf83081cb..390ee74f88 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -310,6 +310,7 @@ typedef struct err_state_st {
# define ERR_R_INTERNAL_ERROR (4|ERR_R_FATAL)
# define ERR_R_DISABLED (5|ERR_R_FATAL)
# define ERR_R_INIT_FAIL (6|ERR_R_FATAL)
+# define ERR_R_PASSED_INVALID_ARGUMENT (7)
/*
* 99 is the maximum possible ERR_R_... code, higher values are reserved for