diff options
Diffstat (limited to 'md5.h')
| -rw-r--r--[-rwxr-xr-x] | md5.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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); |
