projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GH620: second diff from rt-2275, adds error code
[openssl.git]
/
include
/
openssl
/
err.h
diff --git
a/include/openssl/err.h
b/include/openssl/err.h
index bdf83081cba68cedc4996afc9f845e002b7ca224..390ee74f8857fc561e4d37d5d9c737a0a80f74b9 100644
(file)
--- 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