diff options
Diffstat (limited to 'openssl/crypto/evp/m_mdc2.c')
-rw-r--r-- | openssl/crypto/evp/m_mdc2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/crypto/evp/m_mdc2.c b/openssl/crypto/evp/m_mdc2.c index b08d55980..3602bed31 100644 --- a/openssl/crypto/evp/m_mdc2.c +++ b/openssl/crypto/evp/m_mdc2.c @@ -69,6 +69,8 @@ #include <openssl/rsa.h> #endif +#include "evp_locl.h" + static int init(EVP_MD_CTX *ctx) { return MDC2_Init(ctx->md_data); } |