Move functions.
[openssl.git] / crypto / asn1 / i2d_pr.c
index 4d338ac55aed4e9b9b3a87600558d685abdac81d..54a3d7b4bd07b3c1ee2ee006fa7cd4ae3a145c5e 100644 (file)
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/x509.h>
-#include "asn1_locl.h"
+#include "internal/asn1_int.h"
 
 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp)
 {