"make update"
[openssl.git] / crypto / asn1 / pkcs8.c
index c9e94a276ef56fdcd0298c63f061a1602dcf2837..29c4ea6a296cc660ea9db6f00a74f43832d81c96 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1_mac.h"
-#include "objects.h"
-
-/*
- * ASN1err(ASN1_F_D2I_X509_KEY,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_KEY_NEW,ERR_R_BAD_GET_ASN1_OBJECT_CALL);
- */
+#include <openssl/asn1_mac.h>
+#include <openssl/objects.h>
 
 int i2d_X509_KEY(X509 *a, unsigned char **pp)
        {