summaryrefslogtreecommitdiff
path: root/src/skey/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/skey/md4.h')
-rw-r--r--src/skey/md4.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/skey/md4.h b/src/skey/md4.h
index bd43a26..2259dd6 100644
--- a/src/skey/md4.h
+++ b/src/skey/md4.h
@@ -2,8 +2,9 @@
#define MD4_H
#include <glib.h>
-
-typedef struct {
+
+typedef struct
+{
guint32 buf[4];
guint32 bits[2];
unsigned char in[64];