(oops) Apologies all, that last header-cleanup commit was from the wrong
[openssl.git] / crypto / evp / m_md4.c
index a3f6be4f3b72283de6a9c09d10ee8261aa7542d5..787d6554c1b7b7feb8cb965267c2b9ee1906d0c7 100644 (file)
@@ -65,6 +65,7 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md4.h>
+#include <openssl/rsa.h>
 
 static int init(EVP_MD_CTX *ctx)
        { return MD4_Init(ctx->md_data); }