summaryrefslogtreecommitdiff
path: root/crypto/hmac/hmactest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac/hmactest.c')
-rw-r--r--crypto/hmac/hmactest.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/crypto/hmac/hmactest.c b/crypto/hmac/hmactest.c
index 5938e375dc..13b3946348 100644
--- a/crypto/hmac/hmactest.c
+++ b/crypto/hmac/hmactest.c
@@ -108,9 +108,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;
char *p;
@@ -135,8 +133,7 @@ char *argv[];
return(0);
}
-static char *pt(md)
-unsigned char *md;
+static char *pt(unsigned char *md)
{
int i;
static char buf[80];