summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p8_pkey.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-21 22:10:23 +0000
committerBodo Möller <bodo@openssl.org>1999-07-21 22:10:23 +0000
commitf0e8ae723cf8f86a91bdc5be8a6a5b956309729f (patch)
tree9b427cf2faf2328b710938205b56206e4ecd749e /crypto/asn1/p8_pkey.c
parent93c106c4b9f3964bd04d8a7364d81b5354d0be1c (diff)
Torture weak compilers less by not automatically including x509.h where
it is not needed.
Diffstat (limited to 'crypto/asn1/p8_pkey.c')
-rw-r--r--crypto/asn1/p8_pkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/p8_pkey.c b/crypto/asn1/p8_pkey.c
index dee229451c..aa9a4f6c96 100644
--- a/crypto/asn1/p8_pkey.c
+++ b/crypto/asn1/p8_pkey.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1_mac.h>
+#include <openssl/x509.h>
int i2d_PKCS8_PRIV_KEY_INFO (PKCS8_PRIV_KEY_INFO *a, unsigned char **pp)
{