crypto/mem_dbg.c: make it indent-friendly.
[openssl.git] / crypto / evp / m_md5.c
index 63c142119ebd76f6b06f0416f62e4b3efabc902e..9a8bae025803bcc220f6156ab24b131625000592 100644 (file)
@@ -68,6 +68,7 @@
 #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); }