summaryrefslogtreecommitdiff
path: root/crypto/ripemd/rmdtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ripemd/rmdtest.c')
-rw-r--r--crypto/ripemd/rmdtest.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/crypto/ripemd/rmdtest.c b/crypto/ripemd/rmdtest.c
index 6a0297f975..4e5d87feaa 100644
--- a/crypto/ripemd/rmdtest.c
+++ b/crypto/ripemd/rmdtest.c
@@ -90,9 +90,7 @@ static char *pt(unsigned char *md);
static char *pt();
#endif
-int main(argc,argv)
-int argc;
-char *argv[];
+int main(int argc, char *argv[])
{
int i,err=0;
unsigned char **P,**R;
@@ -120,8 +118,7 @@ char *argv[];
return(0);
}
-static char *pt(md)
-unsigned char *md;
+static char *pt(unsigned char *md)
{
int i;
static char buf[80];