remove ecdh.h header
[openssl.git] / crypto / err / err_all.c
index d9a2a576824c453e4d11eb047d5dd368e4e5e753..d79d9fb35b3ee5773e66341ba1fcd5e2e452bfad 100644 (file)
@@ -78,7 +78,6 @@
 #endif
 #ifndef OPENSSL_NO_EC
 # include <openssl/ecdsa.h>
-# include <openssl/ecdh.h>
 #endif
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 # include <openssl/jpake.h>
 #endif
 #include <internal/ct_int.h>
+#include <openssl/async.h>
 
 void ERR_load_crypto_strings(void)
 {
@@ -138,7 +138,6 @@ void ERR_load_crypto_strings(void)
 # ifndef OPENSSL_NO_EC
     ERR_load_EC_strings();
     ERR_load_ECDSA_strings();
-    ERR_load_ECDH_strings();
 # endif
     /* skip ERR_load_SSL_strings() because it is not in this library */
     ERR_load_BIO_strings();
@@ -165,5 +164,6 @@ void ERR_load_crypto_strings(void)
 # ifndef OPENSSL_NO_CT
     ERR_load_CT_strings();
 # endif
+    ERR_load_ASYNC_strings();
 #endif
 }