X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=10c463b389bf938cfd59b58143ee53758ba882fd;hb=4328d51d08e89cf9d46836a2875b3d545711a4d8;hp=423216e7c16525383690b6907cfabd3ba57bca3f;hpb=834eeef995bb3783550d11186f9d649aaacd43ac;p=oweals%2Fopenssl.git diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 423216e7c1..10c463b389 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -57,31 +57,33 @@ */ #include -#include "asn1.h" -#include "bn.h" -#include "buffer.h" -#include "bio.h" +#include +#include +#include +#include #ifndef NO_RSA -#include "rsa.h" +#include #endif #ifdef RSAref -#include "rsaref.h" +#include #endif #ifndef NO_DH -#include "dh.h" +#include #endif #ifndef NO_DSA -#include "dsa.h" +#include #endif -#include "evp.h" -#include "objects.h" -#include "pem.h" -#include "x509.h" -#include "x509v3.h" -#include "conf.h" -#include "err.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include -void ERR_load_crypto_strings() +void ERR_load_crypto_strings(void) { static int done=0; @@ -114,5 +116,7 @@ void ERR_load_crypto_strings() ERR_load_X509V3_strings(); ERR_load_CRYPTO_strings(); ERR_load_PKCS7_strings(); + ERR_load_PKCS12_strings(); + ERR_load_RAND_strings(); #endif }