aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_dss1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_dss1.c')
-rw-r--r--crypto/evp/m_dss1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/m_dss1.c b/crypto/evp/m_dss1.c
index a20056f04b..c12e13972b 100644
--- a/crypto/evp/m_dss1.c
+++ b/crypto/evp/m_dss1.c
@@ -64,7 +64,9 @@
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
+#ifndef OPENSSL_NO_DSA
#include <openssl/dsa.h>
+#endif
static int init(EVP_MD_CTX *ctx)
{ return SHA1_Init(ctx->md_data); }