summaryrefslogtreecommitdiff
path: root/crypto/mdc2/mdc2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mdc2/mdc2test.c')
-rw-r--r--crypto/mdc2/mdc2test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/mdc2/mdc2test.c b/crypto/mdc2/mdc2test.c
index 6e7c9a706e..0d42d14241 100644
--- a/crypto/mdc2/mdc2test.c
+++ b/crypto/mdc2/mdc2test.c
@@ -71,9 +71,7 @@ static unsigned char pad2[16]={
0x35,0xD8,0x7A,0xFE,0xAB,0x33,0xBE,0xE2
};
-int main(argc,argv)
-int argc;
-char *argv[];
+int main(int argc, char *argv[])
{
int ret=0;
unsigned char md[MDC2_DIGEST_LENGTH];