summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_ecdsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_ecdsa.c')
-rw-r--r--crypto/evp/m_ecdsa.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/crypto/evp/m_ecdsa.c b/crypto/evp/m_ecdsa.c
index 1e64a593bf..4b15fb0f6c 100644
--- a/crypto/evp/m_ecdsa.c
+++ b/crypto/evp/m_ecdsa.c
@@ -116,12 +116,7 @@
#include <openssl/x509.h>
#ifndef OPENSSL_NO_SHA
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-
-const EVP_MD *EVP_ecdsa(void) { return FIPS_evp_ecdsa(); }
-
-#else
+#ifndef OPENSSL_FIPS
static int init(EVP_MD_CTX *ctx)
{ return SHA1_Init(ctx->md_data); }