summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-06 14:47:00 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:34:35 +0000
commit079a1a9014b89661f0a612a5a9724ad9c77f21a3 (patch)
tree2e04061d51e78ff7c6e53bdd2440497c9cbcc0c6 /crypto/err/err_all.c
parent9c8dc051d0a1293279bbf289b5f324824a02405b (diff)
Add ASYNC error codes
Add ASYNCerr support to give some meaningful error message in the event of a failure. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index d9a2a57682..baf76e7e26 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -106,6 +106,7 @@
# include <openssl/jpake.h>
#endif
#include <internal/ct_int.h>
+#include <openssl/async.h>
void ERR_load_crypto_strings(void)
{
@@ -165,5 +166,6 @@ void ERR_load_crypto_strings(void)
# ifndef OPENSSL_NO_CT
ERR_load_CT_strings();
# endif
+ ERR_load_ASYNC_strings();
#endif
}