Add ASYNC error codes
[openssl.git] / crypto / err / err_all.c
index d9a2a576824c453e4d11eb047d5dd368e4e5e753..baf76e7e26e0cb15d7015a5cb7985c2b71af1392 100644 (file)
 # 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
 }