GH620: second diff from rt-2275, adds error code
[openssl.git] / include / openssl / err.h
index bdf83081cba68cedc4996afc9f845e002b7ca224..390ee74f8857fc561e4d37d5d9c737a0a80f74b9 100644 (file)
@@ -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_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
 
 /*
  * 99 is the maximum possible ERR_R_... code, higher values are reserved for