Change functions to ANSI C.
[openssl.git] / crypto / asn1 / d2i_pu.c
index eb572acb0f3a1bf5783c2d8a26441cde9580cc1e..d89c6e287cbd7fb7dc19cd8225db5f4d4f507f0d 100644 (file)
 #include "objects.h"
 #include "x509.h"
 
-EVP_PKEY *d2i_PublicKey(type,a,pp,length)
-int type;
-EVP_PKEY **a;
-unsigned char **pp;
-long length;
+EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, unsigned char **pp,
+            long length)
        {
        EVP_PKEY *ret;