crypto/mem_dbg.c: make it indent-friendly.
[openssl.git] / crypto / evp / m_md5.c
index 21288ee6361e9183b2eb7b2ca04eb8de225b5719..9a8bae025803bcc220f6156ab24b131625000592 100644 (file)
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md5.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
+#include "evp_locl.h"
 
 static int init(EVP_MD_CTX *ctx)
        { return MD5_Init(ctx->md_data); }