Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / t_req.c
index 1079fe643d55b801563e1119455607e2aac40e2a..6e04b0861cdfc671af3379b65fe9822545edc379 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "buffer.h"
-#include "bn.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/buffer.h>
+#include <openssl/bn.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
 #ifndef NO_FP_API
 int X509_REQ_print_fp(FILE *fp, X509_REQ *x)