summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-23 14:17:59 +1000
committerPauli <pauli@openssl.org>2021-06-24 15:51:48 +1000
commite3c507797acc6049f5791062cd9b2fa5fe0aa824 (patch)
tree81e01ef57c89aed4dccae92152424fa0b801dcf7 /include
parent0218bcdd3feab456135207c140998305df73ab7b (diff)
err: add unable to get lock errors
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15871)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/err.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/err.h.in b/include/openssl/err.h.in
index 4bc5d1eea5..306656a2c1 100644
--- a/include/openssl/err.h.in
+++ b/include/openssl/err.h.in
@@ -358,6 +358,8 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
# define ERR_R_UNSUPPORTED (268|ERR_RFLAG_COMMON)
# define ERR_R_FETCH_FAILED (269|ERR_RFLAG_COMMON)
# define ERR_R_INVALID_PROPERTY_DEFINITION (270|ERR_RFLAG_COMMON)
+# define ERR_R_UNABLE_TO_GET_READ_LOCK (271|ERR_R_FATAL)
+# define ERR_R_UNABLE_TO_GET_WRITE_LOCK (272|ERR_R_FATAL)
typedef struct ERR_string_data_st {
unsigned long error;