]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/i2d_dhp.c
Change functions to ANSI C.
[thirdparty/openssl.git] / crypto / asn1 / i2d_dhp.c
index a1afa46c864bfec130c947628938c71d81fcc2d9..690ba1ab8f6febb4ab85705b84c046eb31c01671 100644 (file)
@@ -67,9 +67,7 @@
  * ASN1err(ASN1_F_X509_DHPARAMS_NEW,ERR_R_ASN1_LENGTH_MISMATCH);
  */
 
-int i2d_DHparams(a,pp)
-DH *a;
-unsigned char **pp;
+int i2d_DHparams(DH *a, unsigned char **pp)
        {
        BIGNUM *num[3];
        ASN1_INTEGER bs;