Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / bio_b64.c
index a68006420070522421356e4b6129908d4301407c..f9d434b2997f9dae88abd830c19e173a8564a4e3 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>
 
 #ifndef NOPROTO
 static int b64_write(BIO *h,char *buf,int num);