Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / asn1 / d2i_pu.c
index d89c6e287cbd7fb7dc19cd8225db5f4d4f507f0d..eace9e88c7b0ab67d2e85f64a68f393ff572b5e5 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/bn.h>
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, unsigned char **pp,
             long length)