Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509 / x_all.c
index 0e4302f64f361167a0ab9366eb7b0bbe7c4d103d..e7aee87dbe90208e56afc45816c36820cb37fe59 100644 (file)
 
 #include <stdio.h>
 #undef SSLEAY_MACROS
-#include "stack.h"
+#include <openssl/stack.h>
 #include "cryptlib.h"
-#include "buffer.h"
-#include "asn1.h"
-#include "evp.h"
-#include "x509.h"
+#include <openssl/buffer.h>
+#include <openssl/asn1.h>
+#include <openssl/evp.h>
+#include <openssl/x509.h>
 
 int X509_verify(X509 *a, EVP_PKEY *r)
        {