Two new functions to write out PKCS#8 private keys. Also fixes for some of
[openssl.git] / crypto / asn1 / d2i_pr.c
index 0fee334e771603f02895b12461e1eb23ba1cb4c6..43c7a3b917dc5d5e995772c28a7b07c581ea5e14 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_PrivateKey(int type, EVP_PKEY **a, unsigned char **pp,
             long length)