Adapt bf_lbuf for opaque BIO
[openssl.git] / crypto / bio / bf_lbuf.c
index 77462f2445f21f7f6d5002fe88e792ba38212d0a..d8c90f58af8c5ad5dfaac9514f83a7500d06bcb5 100644 (file)
@@ -57,8 +57,8 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include "bio_lcl.h"
 #include "internal/cryptlib.h"
-#include <openssl/bio.h>
 #include <openssl/evp.h>
 
 static int linebuffer_write(BIO *h, const char *buf, int num);