make EVP_PKEY opaque
[openssl.git] / crypto / asn1 / i2d_pr.c
index 2a6aa19c07c2f609e94bd77378436cd9dbbe5572..b7dfb65a31a4dea4d756760bc31bc080e22a3cc0 100644 (file)
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/x509.h>
 #include "internal/asn1_int.h"
+#include "internal/evp_int.h"
 
 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp)
 {