Change functions to ANSI C.
[openssl.git] / crypto / asn1 / i2d_pr.c
index b6b821d73c71c222d13d66925552d604381cc465..f173c9a5c1811089e87a724890a67acf64fa4477 100644 (file)
@@ -62,9 +62,7 @@
 #include "evp.h"
 #include "objects.h"
 
-int i2d_PrivateKey(a,pp)
-EVP_PKEY *a;
-unsigned char **pp;
+int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp)
        {
 #ifndef NO_RSA
        if (a->type == EVP_PKEY_RSA)