Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / bio_md.c
index 78c4c1f4ed287fc4ea4cd9f14a5ced1627a18623..05f258523e7e1d7de8e818bfd9d63d0f45f4cb0f 100644 (file)
@@ -59,8 +59,8 @@
 #include <stdio.h>
 #include <errno.h>
 #include "cryptlib.h"
-#include "buffer.h"
-#include "evp.h"
+#include <openssl/buffer.h>
+#include <openssl/evp.h>
 
 /* BIO_put and BIO_get both add to the digest,
  * BIO_gets returns the digest */