summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-05-07 10:42:58 +1000
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-02-06 17:21:20 +0100
commit3948408f2a6370556d833dc4947ffaaca82ebb78 (patch)
tree3f1b4818087bdd6b9044cafb7f5438900bebc146 /include
parent0f68b771b0ab4764d542da649bb9a2c229bfe939 (diff)
Coverity CID 1444960: Error handling issues
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8888) (cherry picked from commit a05bf83c7964bb3928b323fe356b9f70f105036d)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evperr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/evperr.h b/include/openssl/evperr.h
index 6a651f5563..52413d181b 100644
--- a/include/openssl/evperr.h
+++ b/include/openssl/evperr.h
@@ -160,6 +160,7 @@ int ERR_load_EVP_strings(void);
# define EVP_R_INPUT_NOT_INITIALIZED 111
# define EVP_R_INVALID_DIGEST 152
# define EVP_R_INVALID_FIPS_MODE 168
+# define EVP_R_INVALID_IV_LENGTH 194
# define EVP_R_INVALID_KEY 163
# define EVP_R_INVALID_KEY_LENGTH 130
# define EVP_R_INVALID_OPERATION 148