X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fm_dss.c;h=a948c77fa497a2bf8fc35f574ea333c1fbd0cd9f;hp=020f19c44bb656a447d5c500eb0d3404b0a8352f;hb=3eeaab4bed46e3320947d0f609b82007b65b5a46;hpb=57eb1d32508b2debfbab605ebf9ac156c4008272 diff --git a/crypto/evp/m_dss.c b/crypto/evp/m_dss.c index 020f19c44b..a948c77fa4 100644 --- a/crypto/evp/m_dss.c +++ b/crypto/evp/m_dss.c @@ -61,9 +61,12 @@ #include #include #include +#ifndef OPENSSL_NO_DSA #include +#endif #ifndef OPENSSL_NO_SHA + static int init(EVP_MD_CTX *ctx) { return SHA1_Init(ctx->md_data); }