summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_digest.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-08-08 11:25:32 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-08-08 11:25:32 +0000
commit1d5edd0882da3914455b22f9a3b65e0a8f5903f1 (patch)
tree8e0ec67361fabb093caf6e8fecc74e113eca13a7 /crypto/asn1/a_digest.c
parent246528ae560366be264bf45c8f98636546b91163 (diff)
Fix two remaining prototype-related warnings
Diffstat (limited to 'crypto/asn1/a_digest.c')
-rw-r--r--crypto/asn1/a_digest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c
index 692d4d9f1d..8c45add557 100644
--- a/crypto/asn1/a_digest.c
+++ b/crypto/asn1/a_digest.c
@@ -64,6 +64,7 @@
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/buffer.h>
+#include <openssl/x509.h>
int ASN1_digest(int (*i2d)(), EVP_MD *type, char *data, unsigned char *md,
unsigned int *len)