diff options
author | Bodo Möller <bodo@openssl.org> | 1999-07-22 00:10:23 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-07-22 00:10:23 +0200 |
commit | f0e8ae723cf8f86a91bdc5be8a6a5b956309729f (patch) | |
tree | 9b427cf2faf2328b710938205b56206e4ecd749e /crypto/asn1/x_pkey.c | |
parent | additional argument for key_callback (diff) | |
download | openssl-f0e8ae723cf8f86a91bdc5be8a6a5b956309729f.tar.xz openssl-f0e8ae723cf8f86a91bdc5be8a6a5b956309729f.zip |
Torture weak compilers less by not automatically including x509.h where
it is not needed.
Diffstat (limited to 'crypto/asn1/x_pkey.c')
-rw-r--r-- | crypto/asn1/x_pkey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c index 30d8c1df08..b0057eb212 100644 --- a/crypto/asn1/x_pkey.c +++ b/crypto/asn1/x_pkey.c @@ -61,6 +61,7 @@ #include <openssl/evp.h> #include <openssl/objects.h> #include <openssl/asn1_mac.h> +#include <openssl/x509.h> /* need to implement */ int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp) |