diff options
Diffstat (limited to 'crypto/evp/m_ecdsa.c')
-rw-r--r-- | crypto/evp/m_ecdsa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/m_ecdsa.c b/crypto/evp/m_ecdsa.c index d11a13a6d7a70..803d314955775 100644 --- a/crypto/evp/m_ecdsa.c +++ b/crypto/evp/m_ecdsa.c @@ -116,7 +116,6 @@ #include <openssl/x509.h> #ifndef OPENSSL_NO_SHA -# ifndef OPENSSL_FIPS static int init(EVP_MD_CTX *ctx) { @@ -152,5 +151,4 @@ const EVP_MD *EVP_ecdsa(void) { return (&ecdsa_md); } -# endif #endif |