Prepare for 0.9.8j release.
[oweals/openssl.git] / crypto / evp / m_md5.c
index 21288ee6361e9183b2eb7b2ca04eb8de225b5719..6455829671ef6c632d351858619f264635730c5a 100644 (file)
 #ifndef OPENSSL_NO_MD5
 
 #include <openssl/evp.h>
+#include "evp_locl.h"
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md5.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
 
 static int init(EVP_MD_CTX *ctx)
        { return MD5_Init(ctx->md_data); }