From 1d5edd0882da3914455b22f9a3b65e0a8f5903f1 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 8 Aug 1999 11:25:32 +0000 Subject: Fix two remaining prototype-related warnings --- crypto/asn1/a_digest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/a_digest.c') 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 #include +#include int ASN1_digest(int (*i2d)(), EVP_MD *type, char *data, unsigned char *md, unsigned int *len) -- cgit v1.2.3