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_algor.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_algor.c')
-rw-r--r-- | crypto/asn1/x_algor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c index 8183b9f9e2..b2c20d139f 100644 --- a/crypto/asn1/x_algor.c +++ b/crypto/asn1/x_algor.c @@ -59,6 +59,7 @@ #include <stdio.h> #include "cryptlib.h" #include <openssl/asn1_mac.h> +#include <openssl/x509.h> int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **pp) { |