summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_s_pu.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_s_pu.c')
-rw-r--r--crypto/asn1/i2d_s_pu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/asn1/i2d_s_pu.c b/crypto/asn1/i2d_s_pu.c
index 5cf2877069..bfa40f3e62 100644
--- a/crypto/asn1/i2d_s_pu.c
+++ b/crypto/asn1/i2d_s_pu.c
@@ -67,9 +67,7 @@
* ASN1err(ASN1_F_I2D_DSAPUBLICKEY,ASN1_R_UNKNOWN_ATTRIBUTE_TYPE);
*/
-int i2d_DSAPublicKey(a,pp)
-DSA *a;
-unsigned char **pp;
+int i2d_DSAPublicKey(DSA *a, unsigned char **pp)
{
BIGNUM *num[4];
ASN1_INTEGER bs;