add missing evp_cnf.c file
[openssl.git] / crypto / evp / m_ecdsa.c
index 4b15fb0f6cec0bc3c84ea623cdacd34649a1a382..a6ed24b0b68f69b557bb511a5fd393c70c5ca4a8 100644 (file)
 #include <openssl/x509.h>
 
 #ifndef OPENSSL_NO_SHA
-#ifndef OPENSSL_FIPS
 
 static int init(EVP_MD_CTX *ctx)
        { return SHA1_Init(ctx->md_data); }
@@ -148,4 +147,3 @@ const EVP_MD *EVP_ecdsa(void)
        return(&ecdsa_md);
        }
 #endif
-#endif