X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=be6a30e93ba8c08f649044e06784d7749c1c2b95;hb=be1251f73def8169b98d53430b631df13d430dbc;hp=4932587c9f269665c53004ccd3abd614aa7463c4;hpb=dba317774555fbd5bccdfc5270fc486e0d02d9db;p=oweals%2Fopenssl.git diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 4932587c9f..be6a30e93b 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -98,8 +98,11 @@ #ifndef OPENSSL_NO_CMS # include #endif -#include +#ifndef OPENSSL_NO_CT +# include +#endif #include +#include 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(); }