Reorganize local header files
[oweals/openssl.git] / crypto / bio / bss_null.c
index 091f82f958cb80d73a03ac8f0c8113779b4d7359..f677bbbb151fd933aadf84c268e9a76638e447d7 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include "bio_lcl.h"
+#include "bio_local.h"
 #include "internal/cryptlib.h"
 
 static int null_write(BIO *h, const char *buf, int num);