X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=be6a30e93ba8c08f649044e06784d7749c1c2b95;hb=be1251f73def8169b98d53430b631df13d430dbc;hp=345ce4402361561ec8d01c1bb37e54b7bc10d51c;hpb=0cea8832df37d8fd3e664caec8abbdaa002122b1;p=oweals%2Fopenssl.git diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 345ce44023..be6a30e93b 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -102,6 +102,7 @@ # include #endif #include +#include 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(); }