X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fevp%2Fm_ecdsa.c;h=a6ed24b0b68f69b557bb511a5fd393c70c5ca4a8;hb=bc35b8e435cc1036db65a94a026247e8746543d0;hp=1e64a593bf53100c74affca3a87c529dbf41d810;hpb=9f2c8eb2a103e17444f48878e4bfe123c08bd265;p=openssl.git diff --git a/crypto/evp/m_ecdsa.c b/crypto/evp/m_ecdsa.c index 1e64a593bf..a6ed24b0b6 100644 --- a/crypto/evp/m_ecdsa.c +++ b/crypto/evp/m_ecdsa.c @@ -116,12 +116,6 @@ #include #ifndef OPENSSL_NO_SHA -#ifdef OPENSSL_FIPS -#include - -const EVP_MD *EVP_ecdsa(void) { return FIPS_evp_ecdsa(); } - -#else static int init(EVP_MD_CTX *ctx) { return SHA1_Init(ctx->md_data); } @@ -153,4 +147,3 @@ const EVP_MD *EVP_ecdsa(void) return(&ecdsa_md); } #endif -#endif