diff options
Diffstat (limited to 'crypto/asn1/d2i_dhp.c')
-rw-r--r-- | crypto/asn1/d2i_dhp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/asn1/d2i_dhp.c b/crypto/asn1/d2i_dhp.c index f2236fc2e2..4fea5af8e3 100644 --- a/crypto/asn1/d2i_dhp.c +++ b/crypto/asn1/d2i_dhp.c @@ -68,10 +68,7 @@ * ASN1err(ASN1_F_I2D_DHPARAMS,ASN1_R_UNKNOWN_ATTRIBUTE_TYPE); */ -DH *d2i_DHparams(a,pp,length) -DH **a; -unsigned char **pp; -long length; +DH *d2i_DHparams(DH **a, unsigned char **pp, long length) { int i=ERR_R_NESTED_ASN1_ERROR; ASN1_INTEGER *bs=NULL; |