aboutsummaryrefslogtreecommitdiffstats
path: root/md5ify.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5ify.c')
-rw-r--r--md5ify.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/md5ify.c b/md5ify.c
index 62f7cc27..79980d1c 100644
--- a/md5ify.c
+++ b/md5ify.c
@@ -20,8 +20,7 @@
#include "md5.h"
char *
-MD5Digest (s)
-unsigned char *s;
+MD5Digest (unsigned char *s)
{
int i;
MD5_CTX context;