summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_dsap.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/d2i_dsap.c')
-rw-r--r--crypto/asn1/d2i_dsap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/asn1/d2i_dsap.c b/crypto/asn1/d2i_dsap.c
index fc2961b3a4..2f3b6b6a57 100644
--- a/crypto/asn1/d2i_dsap.c
+++ b/crypto/asn1/d2i_dsap.c
@@ -68,10 +68,7 @@
* ASN1err(ASN1_F_I2D_DSAPARAMS,ASN1_R_UNKNOWN_ATTRIBUTE_TYPE);
*/
-DSA *d2i_DSAparams(a,pp,length)
-DSA **a;
-unsigned char **pp;
-long length;
+DSA *d2i_DSAparams(DSA **a, unsigned char **pp, long length)
{
int i=ERR_R_NESTED_ASN1_ERROR;
ASN1_INTEGER *bs=NULL;