aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_digest.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2005-03-31 13:57:54 +0000
committerBen Laurie <ben@openssl.org>2005-03-31 13:57:54 +0000
commit8bb826ee53b726a9a2a42792ecb861194578404d (patch)
treec126ee7ea60bbc6893be7664518544ded9d725ce /crypto/asn1/a_digest.c
parent5d1430f390bbd1fdc6e97e8ae498192935ee9220 (diff)
downloadopenssl-8bb826ee53b726a9a2a42792ecb861194578404d.tar.gz
Consistency.
Diffstat (limited to 'crypto/asn1/a_digest.c')
-rw-r--r--crypto/asn1/a_digest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c
index b728e5c0e2..d00d9e22b1 100644
--- a/crypto/asn1/a_digest.c
+++ b/crypto/asn1/a_digest.c
@@ -72,9 +72,8 @@
#ifndef NO_ASN1_OLD
-int ASN1_digest(int (*i2d)(void *, unsigned char **),
- const EVP_MD *type, char *data, unsigned char *md,
- unsigned int *len)
+int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
+ unsigned char *md, unsigned int *len)
{
int i;
unsigned char *str,*p;