X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=be6a30e93ba8c08f649044e06784d7749c1c2b95;hb=be1251f73def8169b98d53430b631df13d430dbc;hp=6309733fb65c4f0a3880cba5cd294bf17ee2920c;hpb=349807608f31b20af01a342d0072bb92e0b036e2;p=oweals%2Fopenssl.git diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 6309733fb6..be6a30e93b 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -56,6 +56,7 @@ */ #include +#include #include #include #ifndef OPENSSL_NO_EC @@ -97,13 +98,13 @@ #ifndef OPENSSL_NO_CMS # include #endif -#ifndef OPENSSL_NO_JPAKE -# include +#ifndef OPENSSL_NO_CT +# include #endif -#include #include +#include -void ERR_load_crypto_strings(void) +void err_load_crypto_strings_intern(void) { #ifdef OPENSSL_FIPS FIPS_set_error_callbacks(ERR_put_error, ERR_add_error_vdata); @@ -153,12 +154,10 @@ void ERR_load_crypto_strings(void) # ifndef OPENSSL_NO_CMS ERR_load_CMS_strings(); # endif -# ifndef OPENSSL_NO_JPAKE - ERR_load_JPAKE_strings(); -# endif # ifndef OPENSSL_NO_CT ERR_load_CT_strings(); # endif ERR_load_ASYNC_strings(); #endif + ERR_load_KDF_strings(); }