aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/openssl/async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/async.h b/include/openssl/async.h
index 0cfd7dc683..acc86bceaf 100644
--- a/include/openssl/async.h
+++ b/include/openssl/async.h
@@ -111,6 +111,7 @@ void ERR_load_ASYNC_strings(void);
# define ASYNC_R_FAILED_TO_SET_POOL 101
# define ASYNC_R_FAILED_TO_SWAP_CONTEXT 102
# define ASYNC_R_INVALID_POOL_SIZE 103
+# define ASYNC_R_POOL_ALREADY_INITED 104
#ifdef __cplusplus
}