remove ecdh.h header
[openssl.git] / crypto / err / err_all.c
index b844167f94302f04e62bb951697c300f3777e406..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>
 #ifndef OPENSSL_NO_JPAKE
 # include <openssl/jpake.h>
 #endif
+#include <internal/ct_int.h>
+#include <openssl/async.h>
 
 void ERR_load_crypto_strings(void)
 {
@@ -137,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();
@@ -161,5 +161,9 @@ void ERR_load_crypto_strings(void)
 # ifndef OPENSSL_NO_JPAKE
     ERR_load_JPAKE_strings();
 # endif
+# ifndef OPENSSL_NO_CT
+    ERR_load_CT_strings();
+# endif
+    ERR_load_ASYNC_strings();
 #endif
 }