Change functions to ANSI C.
[oweals/openssl.git] / crypto / asn1 / d2i_pr.c
index 677403564bf9e4f9ba39709deffb26972069a6f0..0fee334e771603f02895b12461e1eb23ba1cb4c6 100644 (file)
 #include "objects.h"
 #include "x509.h"
 
-EVP_PKEY *d2i_PrivateKey(type,a,pp,length)
-int type;
-EVP_PKEY **a;
-unsigned char **pp;
-long length;
+EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, unsigned char **pp,
+            long length)
        {
        EVP_PKEY *ret;