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