summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_pu.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-08-03 18:48:35 +0000
committerBen Laurie <ben@openssl.org>2001-08-03 18:48:35 +0000
commitbb2297a41d1873e38daf9428be5cb5181b5751a2 (patch)
treecde31fd413783a837d48959c7fa65ac0cc01df1f /crypto/asn1/i2d_pu.c
parent75e98d0563ccb7710b099678043d28cfc35cbb57 (diff)
Header bloat reduction for EVP_PKEY.
Diffstat (limited to 'crypto/asn1/i2d_pu.c')
-rw-r--r--crypto/asn1/i2d_pu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c
index 8c1e65beb2..360a5253da 100644
--- a/crypto/asn1/i2d_pu.c
+++ b/crypto/asn1/i2d_pu.c
@@ -61,6 +61,8 @@
#include <openssl/bn.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp)
{