OPENSSL_NO_xxx cleanup: SHA
[openssl.git] / crypto / evp / m_dss.c
index 221eda4cf787173d67f86c3e2b28b9ee6256676a..7fa1ca36e6fcef426d3f9992425716d82062d462 100644 (file)
@@ -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