summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_oth.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/pem/pem_oth.c
parent5d1430f390bbd1fdc6e97e8ae498192935ee9220 (diff)
Consistency.
Diffstat (limited to 'crypto/pem/pem_oth.c')
-rw-r--r--crypto/pem/pem_oth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/pem/pem_oth.c b/crypto/pem/pem_oth.c
index a5e9204590..b33868d25a 100644
--- a/crypto/pem/pem_oth.c
+++ b/crypto/pem/pem_oth.c
@@ -67,8 +67,7 @@
/* Handle 'other' PEMs: not private keys */
-void *PEM_ASN1_read_bio(void *(*d2i)(void **,const unsigned char **,long),
- const char *name, BIO *bp, void **x,
+void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
pem_password_cb *cb, void *u)
{
const unsigned char *p=NULL;