Various fixes...
[oweals/openssl.git] / crypto / asn1 / d2i_pu.c
index d89c6e287cbd7fb7dc19cd8225db5f4d4f507f0d..e0d203cef735d450930956d9eaf69fa1c8eb6553 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/asn1.h>
 
 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, unsigned char **pp,
             long length)