Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bio / bss_file.c
index 3ed5dab90427c79349f105688f6af34d02390b50..ab73b23d0ada0e7f82db3475775e16959f1ce113 100644 (file)
@@ -68,8 +68,8 @@
 #include <stdio.h>
 #include <errno.h>
 #include "cryptlib.h"
-#include "bio.h"
-#include "err.h"
+#include <openssl/bio.h>
+#include <openssl/err.h>
 
 #if !defined(NO_STDIO)