Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / bio_ok.c
index 151a95c3c49cbd40e7b547d41eff767467b288e1..328bbd6c22ea0a16452c2d2649f5438e717f8bae 100644 (file)
 #include <stdio.h>
 #include <errno.h>
 #include "cryptlib.h"
-#include "buffer.h"
-#include "bio.h"
-#include "evp.h"
-#include "rand.h"
+#include <openssl/buffer.h>
+#include <openssl/bio.h>
+#include <openssl/evp.h>
+#include <openssl/rand.h>
 
 #ifndef NOPROTO
 static int ok_write(BIO *h,char *buf,int num);