summaryrefslogtreecommitdiff
path: root/includes/md5.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-01-27 20:32:34 (GMT)
committer Simon <simon@hardwired.org.uk>2011-01-27 20:32:34 (GMT)
commite9ae32b0ccba9d19dd872da547db1ff23b34a431 (patch)
tree3746dfe9e06940d3ff6c649696cd3a689012ca7b /includes/md5.h
parentaedb16efb9601a6699201484064f13b61ba30b5c (diff)
parent58a700fbb00e8ad82f239a0ea80d0e92fcb9eaf9 (diff)
downloadpowder-e9ae32b0ccba9d19dd872da547db1ff23b34a431.zip
powder-e9ae32b0ccba9d19dd872da547db1ff23b34a431.tar.gz
Merge with jacksonmj, Warning: potential for lot of bugs
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);