summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_mdc2.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-11-30 10:25:36 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-07 17:39:23 +0100
commitab0a14bbc7bc7cdda4cfb2b2a730804b3437429f (patch)
treec191c780074864d54efde3d60a5db49ac585b1e9 /crypto/evp/m_mdc2.c
parentcddcea8c4b46ea610d928af899e394d9e323c617 (diff)
Add inclusion of internal/evp_int.h to all crypto/ files that need it
These are the files that add new EVP_MDs. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/evp/m_mdc2.c')
-rw-r--r--crypto/evp/m_mdc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index 8184cbc56a..8934b549e8 100644
--- a/crypto/evp/m_mdc2.c
+++ b/crypto/evp/m_mdc2.c
@@ -68,6 +68,7 @@
# ifndef OPENSSL_NO_RSA
# include <openssl/rsa.h>
# endif
+# include "internal/evp_int.h"
static int init(EVP_MD_CTX *ctx)
{