summaryrefslogtreecommitdiff
path: root/includes/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/md5.h')
-rw-r--r--includes/md5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/md5.h b/includes/md5.h
index 2ae3ae8..a8ef123 100644
--- a/includes/md5.h
+++ b/includes/md5.h
@@ -3,9 +3,9 @@
struct md5_context
{
- unsigned buf[4];
- unsigned bits[2];
- unsigned char in[64];
+ unsigned buf[4];
+ unsigned bits[2];
+ unsigned char in[64];
};
void md5_init(struct md5_context *context);