RT4320/GH705: Fix PEM parsing bug.
[openssl.git] / crypto / evp / m_md5.c
index b8f7a4a41d68cea978164441bcf0a9c17ae8da82..adaa8577ebc9d16358c3083b111f4d1b4d0bcbf0 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -68,6 +67,7 @@
 # ifndef OPENSSL_NO_RSA
 #  include <openssl/rsa.h>
 # endif
+# include "internal/evp_int.h"
 
 static int init(EVP_MD_CTX *ctx)
 {