Remove the transfer of lock hooks from bind_engine
[oweals/openssl.git] / crypto / err / err_all.c
index 4932587c9f269665c53004ccd3abd614aa7463c4..be6a30e93ba8c08f649044e06784d7749c1c2b95 100644 (file)
 #ifndef OPENSSL_NO_CMS
 # include <openssl/cms.h>
 #endif
-#include <internal/ct_int.h>
+#ifndef OPENSSL_NO_CT
+# include <openssl/ct.h>
+#endif
 #include <openssl/async.h>
+#include <openssl/kdf.h>
 
 void err_load_crypto_strings_intern(void)
 {
@@ -156,4 +159,5 @@ void err_load_crypto_strings_intern(void)
 # endif
     ERR_load_ASYNC_strings();
 #endif
+    ERR_load_KDF_strings();
 }