summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_digest.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-24 03:09:01 +0000
committerBodo Möller <bodo@openssl.org>1999-07-24 03:09:01 +0000
commitf66c3032015e13071069be276edb50dc79d5f2a4 (patch)
tree6853b2885969ffeb940b96bc1ca71a80a049624c /crypto/asn1/a_digest.c
parent40e29b1976e0fe52adc04637fa89af5b3704202e (diff)
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.c1
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,