]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/d2i_dhp.c
Change functions to ANSI C.
[thirdparty/openssl.git] / crypto / asn1 / d2i_dhp.c
index f2236fc2e2d500ab3ec47f1ef8c1531e06d2c92e..4fea5af8e341b4f43a49e64317b21a0ce925f716 100644 (file)
  * 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;