summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-10 12:40:59 +1000
committerPauli <pauli@openssl.org>2021-04-12 14:59:09 +1000
commite3c2a55d470a313c2fc5f2fb625c086d0cb953ea (patch)
tree7ffae186ec9d9591bc41478e39624bea63337298 /include
parentb1c908f421b3466aecf980603132bcab89d1ce99 (diff)
Add additional KMAC error
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14810)
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 99a937f1e3..c40815a03b 100644
--- a/include/openssl/proverr.h
+++ b/include/openssl/proverr.h
@@ -79,6 +79,7 @@
# define PROV_R_IN_ERROR_STATE 192
# define PROV_R_KEY_SETUP_FAILED 101
# define PROV_R_KEY_SIZE_TOO_SMALL 171
+# define PROV_R_LENGTH_TOO_LARGE 202
# define PROV_R_MISSING_CEK_ALG 144
# define PROV_R_MISSING_CIPHER 155
# define PROV_R_MISSING_CONFIG_DATA 213