summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_mdc2.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-02 13:35:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-02 13:35:27 +0000
commit17ebc10ffa3515bb4d67b28a8164d0f48b686f10 (patch)
tree12a05b78f48c4413192669ef6e4dadd9aa964ddf /crypto/evp/m_mdc2.c
parent434745dc193a7bbbc31f555ae36be95d48140d6e (diff)
PR: 2161
Submitted by: Doug Goldstein <cardoe@gentoo.org>, Steve. Make no-dsa, no-ecdsa and no-rsa compile again.
Diffstat (limited to 'crypto/evp/m_mdc2.c')
-rw-r--r--crypto/evp/m_mdc2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index 36c4e9b134..b08d559803 100644
--- a/crypto/evp/m_mdc2.c
+++ b/crypto/evp/m_mdc2.c
@@ -65,7 +65,9 @@
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/mdc2.h>
+#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
+#endif
static int init(EVP_MD_CTX *ctx)
{ return MDC2_Init(ctx->md_data); }