Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509 / x509_txt.c
index 06f284b0a68d3b9f6ac8d659de61be273d48e567..11a3d2012fb3175956626ba2d78ec492af966957 100644 (file)
 #include <sys/types.h>
 
 #include "cryptlib.h"
-#include "lhash.h"
-#include "buffer.h"
-#include "evp.h"
-#include "asn1.h"
-#include "x509.h"
-#include "objects.h"
+#include <openssl/lhash.h>
+#include <openssl/buffer.h>
+#include <openssl/evp.h>
+#include <openssl/asn1.h>
+#include <openssl/x509.h>
+#include <openssl/objects.h>
 
 const char *X509_verify_cert_error_string(long n)
        {