summaryrefslogtreecommitdiff
path: root/includes/md5.h
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2011-01-28 23:54:50 (GMT)
committer Cracker64 <cracker642@gmail.com>2011-01-28 23:54:50 (GMT)
commitbcea95c5ca9b899be193c20760c634e2a3f5ad91 (patch)
tree7af3857d49748fb75c7c02d6ff3af38fbaa3450c /includes/md5.h
parent60d3f0047b21c6a1b34d07f0c0ac8c3cbc708289 (diff)
downloadpowder-bcea95c5ca9b899be193c20760c634e2a3f5ad91.zip
powder-bcea95c5ca9b899be193c20760c634e2a3f5ad91.tar.gz
update to latest
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);