Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bio / bio_lib.c
index a73bca4b67d6f7f45a4d00244f0a96208484ca38..c0bda7a950fcfa551f1f8fc58cacb038fb764778 100644 (file)
 
 #include <stdio.h>
 #include <errno.h>
-#include "crypto.h"
+#include <openssl/crypto.h>
 #include "cryptlib.h"
-#include "bio.h"
-#include "stack.h"
+#include <openssl/bio.h>
+#include <openssl/stack.h>
 
 static STACK *bio_meth=NULL;
 static int bio_meth_num=0;