Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509 / x509_vfy.c
index 26ca42144b92a971ad4a2d321b6db9c35625731f..cd0a5799654b3e23766864c1ccbe9270d3675784 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "crypto.h"
+#include <openssl/crypto.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>
 
 #ifndef NOPROTO
 static int null_callback(int ok,X509_STORE_CTX *e);