Change functions to ANSI C.
[openssl.git] / crypto / asn1 / i2d_pu.c
index 1b854252b739aa515f9140cceaccce83c5145d53..8139175e18e971bdbc3ed6c302249ab503e96e56 100644 (file)
@@ -62,9 +62,7 @@
 #include "evp.h"
 #include "objects.h"
 
-int i2d_PublicKey(a,pp)
-EVP_PKEY *a;
-unsigned char **pp;
+int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp)
        {
        switch (a->type)
                {