AES-NI backport from HEAD. Note that e_aes.c doesn't implement all modes
[openssl.git] / crypto / evp / m_md4.c
index 1e0b7c5b424ef615516110bae37ee89d4c654cab..6d47f61b274595fbe1c167abda1dfa81bdc31a45 100644 (file)
@@ -69,6 +69,8 @@
 #include <openssl/rsa.h>
 #endif
 
+#include "evp_locl.h"
+
 static int init(EVP_MD_CTX *ctx)
        { return MD4_Init(ctx->md_data); }