X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=10c463b389bf938cfd59b58143ee53758ba882fd;hb=4328d51d08e89cf9d46836a2875b3d545711a4d8;hp=f874268e1aaa33578c480a1431c7e939aedf35a7;hpb=78414a6a897db42c9bcf06aa21c705811ab33921;p=oweals%2Fopenssl.git diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index f874268e1a..10c463b389 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -57,30 +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 "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; @@ -110,7 +113,10 @@ void ERR_load_crypto_strings() ERR_load_OBJ_strings(); ERR_load_PEM_strings(); ERR_load_X509_strings(); + ERR_load_X509V3_strings(); ERR_load_CRYPTO_strings(); ERR_load_PKCS7_strings(); + ERR_load_PKCS12_strings(); + ERR_load_RAND_strings(); #endif }