summaryrefslogtreecommitdiff
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c
index 1eae4ed38c..5ce849f161 100644
--- a/crypto/evp/m_md2.c
+++ b/crypto/evp/m_md2.c
@@ -65,7 +65,9 @@
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/md2.h>
+#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
+#endif
static int init(EVP_MD_CTX *ctx)
{ return MD2_Init(ctx->md_data); }