Prepare for 0.9.8j release.
[oweals/openssl.git] / crypto / evp / m_md2.c
index 1eae4ed38cb4e9d4dcefe63f87fed2f48d727520..8eee6236ba25cad34e57aa0f6c6a8bcb2f6a7a48 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
+#include "evp_locl.h"
 
 #ifndef OPENSSL_NO_MD2
 
@@ -65,7 +66,9 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md2.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
 
 static int init(EVP_MD_CTX *ctx)
        { return MD2_Init(ctx->md_data); }