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