summaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_dss1.c b/crypto/evp/m_dss1.c
index 9a0ebe0a50..6b65bfd54b 100644
--- a/crypto/evp/m_dss1.c
+++ b/crypto/evp/m_dss1.c
@@ -64,6 +64,7 @@
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
+#include <openssl/dsa.h>
static int init(EVP_MD_CTX *ctx)
{ return SHA1_Init(ctx->md_data); }