Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / t_crl.c
index e9198932653aeffd11326908bb4b59ff6e6dfa13..bdfa03aa1a1d3d640bc3fecd244c2b37806dd3f3 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "buffer.h"
-#include "bn.h"
-#include "objects.h"
-#include "x509.h"
-#include "x509v3.h"
+#include <openssl/buffer.h>
+#include <openssl/bn.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
+#include <openssl/x509v3.h>
 
 #ifndef NOPROTO
 static void ext_print(BIO *out, X509_EXTENSION *ex);