summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_dss.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_dss.c')
-rw-r--r--crypto/evp/m_dss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/m_dss.c b/crypto/evp/m_dss.c
index 221eda4cf7..7fa1ca36e6 100644
--- a/crypto/evp/m_dss.c
+++ b/crypto/evp/m_dss.c
@@ -65,7 +65,6 @@
# include <openssl/dsa.h>
#endif
-#ifndef OPENSSL_NO_SHA
static int init(EVP_MD_CTX *ctx)
{
@@ -101,4 +100,3 @@ const EVP_MD *EVP_dss(void)
{
return (&dsa_md);
}
-#endif