summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_dsap.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_dsap.c')
-rw-r--r--crypto/asn1/i2d_dsap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/asn1/i2d_dsap.c b/crypto/asn1/i2d_dsap.c
index 0b7d5543f3..402ed199dc 100644
--- a/crypto/asn1/i2d_dsap.c
+++ b/crypto/asn1/i2d_dsap.c
@@ -66,9 +66,7 @@
* ASN1err(ASN1_F_D2I_DSAPARAMS,ERR_R_ASN1_LENGTH_MISMATCH);
*/
-int i2d_DSAparams(a,pp)
-DSA *a;
-unsigned char **pp;
+int i2d_DSAparams(DSA *a, unsigned char **pp)
{
BIGNUM *num[3];
ASN1_INTEGER bs;