Add inclusion of internal/evp_int.h to all crypto/ files that need it
[openssl.git] / crypto / evp / bio_md.c
index f0b0c0c0a7a87232095e4b3a2e70f88fbfba10a6..381ca599a74560a724af1b386b44db3d09e54f3f 100644 (file)
 
 #include <stdio.h>
 #include <errno.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/evp.h>
+#include "internal/evp_int.h"
+#include "evp_locl.h"
 
 /*
  * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest