X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=be6a30e93ba8c08f649044e06784d7749c1c2b95;hb=be1251f73def8169b98d53430b631df13d430dbc;hp=baf76e7e26e0cb15d7015a5cb7985c2b71af1392;hpb=079a1a9014b89661f0a612a5a9724ad9c77f21a3;p=oweals%2Fopenssl.git diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index baf76e7e26..be6a30e93b 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -1,4 +1,3 @@ -/* crypto/err/err_all.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,6 +56,7 @@ */ #include +#include #include #include #ifndef OPENSSL_NO_EC @@ -76,10 +76,6 @@ #ifndef OPENSSL_NO_DSA # include #endif -#ifndef OPENSSL_NO_EC -# include -# include -#endif #include #include #include @@ -102,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); @@ -138,8 +134,6 @@ void ERR_load_crypto_strings(void) # endif # ifndef OPENSSL_NO_EC ERR_load_EC_strings(); - ERR_load_ECDSA_strings(); - ERR_load_ECDH_strings(); # endif /* skip ERR_load_SSL_strings() because it is not in this library */ ERR_load_BIO_strings(); @@ -160,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(); }