X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fm_sha.c;h=3f30dfc579ca4d0f4406465165354045e4e2f624;hb=2c5f3606d1dd86d5ca79bf169d25b366406d196f;hp=e995c122e431670a1fcd6032ec2f4651e27a4399;hpb=405d9761a5e023a9089bcf9ac4542deba4ab6fc2;p=oweals%2Fopenssl.git diff --git a/crypto/evp/m_sha.c b/crypto/evp/m_sha.c index e995c122e4..3f30dfc579 100644 --- a/crypto/evp/m_sha.c +++ b/crypto/evp/m_sha.c @@ -58,13 +58,16 @@ #include #include "cryptlib.h" +#include "evp_locl.h" #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA0) #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif static int init(EVP_MD_CTX *ctx) { return SHA_Init(ctx->md_data); }