diff options
author | Bodo Möller <bodo@openssl.org> | 1999-07-24 05:09:01 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-07-24 05:09:01 +0200 |
commit | f66c3032015e13071069be276edb50dc79d5f2a4 (patch) | |
tree | 6853b2885969ffeb940b96bc1ca71a80a049624c /crypto/asn1/a_digest.c | |
parent | Remove obsolete files. (diff) | |
download | openssl-f66c3032015e13071069be276edb50dc79d5f2a4.tar.xz openssl-f66c3032015e13071069be276edb50dc79d5f2a4.zip |
Don't include x509.h when we just need asn1.h
Diffstat (limited to 'crypto/asn1/a_digest.c')
-rw-r--r-- | crypto/asn1/a_digest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c index f3de491665..692d4d9f1d 100644 --- a/crypto/asn1/a_digest.c +++ b/crypto/asn1/a_digest.c @@ -63,7 +63,6 @@ #include "cryptlib.h" #include <openssl/evp.h> -#include <openssl/x509.h> #include <openssl/buffer.h> int ASN1_digest(int (*i2d)(), EVP_MD *type, char *data, unsigned char *md, |