aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_pr.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-24 03:09:01 +0000
committerBodo Möller <bodo@openssl.org>1999-07-24 03:09:01 +0000
commitf66c3032015e13071069be276edb50dc79d5f2a4 (patch)
tree6853b2885969ffeb940b96bc1ca71a80a049624c /crypto/asn1/d2i_pr.c
parent40e29b1976e0fe52adc04637fa89af5b3704202e (diff)
downloadopenssl-f66c3032015e13071069be276edb50dc79d5f2a4.tar.gz
Don't include x509.h when we just need asn1.h
Diffstat (limited to 'crypto/asn1/d2i_pr.c')
-rw-r--r--crypto/asn1/d2i_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c
index 43c7a3b917..f3d1aa6240 100644
--- a/crypto/asn1/d2i_pr.c
+++ b/crypto/asn1/d2i_pr.c
@@ -61,7 +61,7 @@
#include <openssl/bn.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
-#include <openssl/x509.h>
+#include <openssl/asn1.h>
EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, unsigned char **pp,
long length)