summaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorČestmír Kalina <ckalina@redhat.com>2022-12-02 06:46:15 -0500
committerPauli <pauli@openssl.org>2023-03-17 11:12:47 +1100
commit232dd87c55f66ecae906299cbea1ea7782241b64 (patch)
tree3d7566f5cb4834af12039f08242229a0e33d776e /include/openssl
parentae1792e3d94bbd9f6c535f1784438011097adb4a (diff)
downloadopenssl-new-232dd87c55f66ecae906299cbea1ea7782241b64.tar.gz
proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}
Signed-off-by: Čestmír Kalina <ckalina@redhat.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12256)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/proverr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/proverr.h b/include/openssl/proverr.h
index bf4dc135f5..d36b3916fb 100644
--- a/include/openssl/proverr.h
+++ b/include/openssl/proverr.h
@@ -68,6 +68,7 @@
# define PROV_R_INVALID_KEY 158
# define PROV_R_INVALID_KEY_LENGTH 105
# define PROV_R_INVALID_MAC 151
+# define PROV_R_INVALID_MEMORY_SIZE 233
# define PROV_R_INVALID_MGF1_MD 167
# define PROV_R_INVALID_MODE 125
# define PROV_R_INVALID_OUTPUT_LENGTH 217
@@ -79,6 +80,7 @@
# define PROV_R_INVALID_STATE 212
# define PROV_R_INVALID_TAG 110
# define PROV_R_INVALID_TAG_LENGTH 118
+# define PROV_R_INVALID_THREAD_POOL_SIZE 234
# define PROV_R_INVALID_UKM_LENGTH 200
# define PROV_R_INVALID_X931_DIGEST 170
# define PROV_R_IN_ERROR_STATE 192