diff options
author | Ben Laurie <ben@openssl.org> | 2001-08-03 20:48:35 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2001-08-03 20:48:35 +0200 |
commit | bb2297a41d1873e38daf9428be5cb5181b5751a2 (patch) | |
tree | cde31fd413783a837d48959c7fa65ac0cc01df1f /crypto/asn1/i2d_pr.c | |
parent | This ghastly hack prevents CVS wars over Kerberos (which is disabled by defau... (diff) | |
download | openssl-bb2297a41d1873e38daf9428be5cb5181b5751a2.tar.xz openssl-bb2297a41d1873e38daf9428be5cb5181b5751a2.zip |
Header bloat reduction for EVP_PKEY.
Diffstat (limited to 'crypto/asn1/i2d_pr.c')
-rw-r--r-- | crypto/asn1/i2d_pr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/i2d_pr.c b/crypto/asn1/i2d_pr.c index 5ae6568112..297e8376f8 100644 --- a/crypto/asn1/i2d_pr.c +++ b/crypto/asn1/i2d_pr.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_PrivateKey(EVP_PKEY *a, unsigned char **pp) { |