summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-24 09:40:28 +1000
committerPauli <pauli@openssl.org>2021-08-26 09:33:39 +1000
commit31656f27855ddd477349f5960b29d605d32fe38d (patch)
treecfbe1817f12c487e02ffd17ae7f20fab2cca64d8 /include
parent69b920bb134417213adce260e15da3f751922cf4 (diff)
Add invalid input length error
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16391)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/proverr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/proverr.h b/include/openssl/proverr.h
index bdfdda2c93..ad67a8f897 100644
--- a/include/openssl/proverr.h
+++ b/include/openssl/proverr.h
@@ -59,6 +59,7 @@
# define PROV_R_INVALID_DIGEST 122
# define PROV_R_INVALID_DIGEST_LENGTH 166
# define PROV_R_INVALID_DIGEST_SIZE 218
+# define PROV_R_INVALID_INPUT_LENGTH 230
# define PROV_R_INVALID_ITERATION_COUNT 123
# define PROV_R_INVALID_IV_LENGTH 109
# define PROV_R_INVALID_KEY 158