summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_dss1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_dss1.c')
-rw-r--r--crypto/evp/m_dss1.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/crypto/evp/m_dss1.c b/crypto/evp/m_dss1.c
index b730c6e222..f80170efeb 100644
--- a/crypto/evp/m_dss1.c
+++ b/crypto/evp/m_dss1.c
@@ -68,12 +68,7 @@
#include <openssl/dsa.h>
#endif
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-
-const EVP_MD *EVP_dss1(void) { return FIPS_evp_dss1(); }
-
-#else
+#ifndef OPENSSL_FIPS
static int init(EVP_MD_CTX *ctx)
{ return SHA1_Init(ctx->md_data); }