diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-10-23 19:46:02 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-10-23 19:46:02 +0000 |
commit | e9fcefce9bb70f20c272a996443928c5f6ab8cd8 (patch) | |
tree | ae816a5a768ec78af3610e509ca39507b33aa9f7 /crypto/evp/m_dss.c | |
parent | c07d7b3a386974c338492659291008bed07948e6 (diff) |
Notes
Diffstat (limited to 'crypto/evp/m_dss.c')
-rw-r--r-- | crypto/evp/m_dss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/m_dss.c b/crypto/evp/m_dss.c index f22ba522c2f28..147844862d171 100644 --- a/crypto/evp/m_dss.c +++ b/crypto/evp/m_dss.c @@ -66,7 +66,6 @@ #endif #ifndef OPENSSL_NO_SHA -# ifndef OPENSSL_FIPS static int init(EVP_MD_CTX *ctx) { @@ -102,5 +101,4 @@ const EVP_MD *EVP_dss(void) { return (&dsa_md); } -# endif #endif |