From 6b691a5c85ddc4e407e32781841fee5c029506cd Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 19 Apr 1999 21:31:43 +0000 Subject: Change functions to ANSI C. --- crypto/asn1/i2d_pu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/asn1/i2d_pu.c') diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c index 1b854252b7..8139175e18 100644 --- a/crypto/asn1/i2d_pu.c +++ b/crypto/asn1/i2d_pu.c @@ -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) { -- cgit v1.2.3