Properly own the duplicated string
[openssl.git] / crypto / bio / bf_buff.c
index 6040c85119b79783a65b1f4296d78eb72f352c43..361d26a5b73dd6a23d6698005b9bb480efc66e8b 100644 (file)
@@ -57,8 +57,8 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include "bio_lcl.h"
 #include "internal/cryptlib.h"
-#include <openssl/bio.h>
 
 static int buffer_write(BIO *h, const char *buf, int num);
 static int buffer_read(BIO *h, char *buf, int size);