diff options
Diffstat (limited to 'crypto/evp/m_dss.c')
-rw-r--r-- | crypto/evp/m_dss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/m_dss.c b/crypto/evp/m_dss.c index f22ba522c2f2..147844862d17 100644 --- a/crypto/evp/m_dss.c +++ b/crypto/evp/m_dss.c @@ -66,7 +66,6 @@ #endif #ifndef OPENSSL_NO_SHA -# ifndef OPENSSL_FIPS static int init(EVP_MD_CTX *ctx) { @@ -102,5 +101,4 @@ const EVP_MD *EVP_dss(void) { return (&dsa_md); } -# endif #endif |