summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_md2.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_md2.c')
-rw-r--r--crypto/evp/m_md2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c
index 38ce7f8cd7..e577d26411 100644
--- a/crypto/evp/m_md2.c
+++ b/crypto/evp/m_md2.c
@@ -65,6 +65,7 @@
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/md2.h>
+#include <openssl/rsa.h>
static int init(EVP_MD_CTX *ctx)
{ return MD2_Init(ctx->md_data); }