X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcrypto.c;h=2387933b5e8274c37c92fa76e07f65b969f29007;hp=7f89c5a608b96f5d19caa9071709f3772376e7d9;hb=3a1a8467bd7829cef1b269514629912423b1fd8c;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17 diff --git a/crypto/crypto.c b/crypto/crypto.c index 7f89c5a608..2387933b5e 100644 --- a/crypto/crypto.c +++ b/crypto/crypto.c @@ -115,25 +115,25 @@ #define USE_SOCKETS #include "../e_os.h" -#include "buffer.h" -#include "bio.h" -#include "stack.h" -#include "lhash.h" +#include +#include +#include +#include -#include "err.h" +#include -#include "bn.h" -#include "evp.h" +#include +#include -#include "rand.h" -#include "conf.h" -#include "txt_db.h" +#include +#include +#include -#include "x509.h" -#include "pkcs7.h" -#include "pem.h" -#include "asn1.h" -#include "objects.h" +#include +#include +#include +#include +#include #ifdef CRYPTO_LIB_SUBSET #include "cryptlib.c" @@ -361,7 +361,7 @@ #include "evp/e_ecb_r2.c" #include "evp/e_ofb_r2.c" #endif -#ifndef NO_BLOWFISH +#ifndef NO_BF #include "evp/e_cbc_bf.c" #include "evp/e_cfb_bf.c" #include "evp/e_ecb_bf.c" @@ -403,7 +403,7 @@ #endif #ifdef CRYPTO_BLOWFISH_SUBSET -#ifndef NO_BLOWFISH +#ifndef NO_BF #include "bf/bf_cfb64.c" #include "bf/bf_ecb.c" #ifndef BF_ASM @@ -505,6 +505,7 @@ #endif #endif +#ifndef NO_SHA #ifdef CRYPTO_SHA1_SUBSET #ifndef NO_SHA1 #include "sha/sha1_one.c" @@ -515,14 +516,15 @@ #endif #ifdef CRYPTO_SHA_SUBSET -#ifndef NO_SHA +#ifndef NO_SHA0 #include "evp/m_dss.c" #include "sha/sha_dgst.c" #include "sha/sha_one.c" #include "evp/m_sha.c" #endif #endif - +#endif + #ifdef CRYPTO_STACK_SUBSET #include "stack/stack.c" #endif