summaryrefslogtreecommitdiff
path: root/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'md5.h')
-rw-r--r--[-rwxr-xr-x]md5.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/md5.h b/md5.h
index 3f675d6..2ae3ae8 100755..100644
--- a/md5.h
+++ b/md5.h
@@ -1,10 +1,11 @@
#ifndef MD5_H
#define MD5_H
-struct md5_context {
- unsigned buf[4];
- unsigned bits[2];
- unsigned char in[64];
+struct md5_context
+{
+ unsigned buf[4];
+ unsigned bits[2];
+ unsigned char in[64];
};
void md5_init(struct md5_context *context);