Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509 / x509_obj.c
index dd6fdbb7f95412fd2f8da71b32843085d2bf5f47..188457872a4ed56fbf1658e5d132c68c94ad5b8e 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "lhash.h"
-#include "objects.h"
-#include "x509.h"
-#include "buffer.h"
+#include <openssl/lhash.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
+#include <openssl/buffer.h>
 
 char *X509_NAME_oneline(X509_NAME *a, char *buf, int len)
        {