summaryrefslogtreecommitdiff
path: root/md5/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'md5/md5.h')
-rwxr-xr-x[-rw-r--r--]md5/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5/md5.h b/md5/md5.h
index dac53fb..450f540 100644..100755
--- a/md5/md5.h
+++ b/md5/md5.h
@@ -31,7 +31,7 @@ typedef struct MD5Context {
} MD5_CTX;
extern void MD5Init(MD5_CTX *context);
-extern void MD5Update(MD5_CTX *context,unsigned char const *buf,unsigned len);
+extern void MD5Update(MD5_CTX *context, unsigned char const *buf, unsigned len);
extern void MD5Final(unsigned char digest[MD5_HASHBYTES], MD5_CTX *context);
extern void MD5Transform(uint32_t buf[4], uint32_t const in[16]);