Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bio / bss_null.c
index 52f5da8b123cc4bbbaed6425e6fca065f017a97d..b2eb9ad141705485c184ab76a4883ac623511984 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include "cryptlib.h"
-#include "bio.h"
+#include <openssl/bio.h>
 
 #ifndef NOPROTO
 static int null_write(BIO *h,char *buf,int num);