summaryrefslogtreecommitdiff
path: root/md5.h
diff options
context:
space:
mode:
authorFelix Wallin <nibbler.v1@gmail.com>2010-08-16 09:20:12 (GMT)
committer FacialTurd <simon@hardwired.org.uk>2010-08-16 12:33:43 (GMT)
commit6bd48d059f3c10c2a3a9e080e3bb91bebab283de (patch)
tree87756b42886f0925a4587fbef75bb2f870700bb8 /md5.h
parentc86c224265e9f1048e996f1461f10fa6782da065 (diff)
downloadpowder-6bd48d059f3c10c2a3a9e080e3bb91bebab283de.zip
powder-6bd48d059f3c10c2a3a9e080e3bb91bebab283de.tar.gz
formatted source code
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);