summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/md4.h')
-rw-r--r--lib/libmd/md4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h
index ea4ec8a..237ecc8 100644
--- a/lib/libmd/md4.h
+++ b/lib/libmd/md4.h
@@ -27,8 +27,8 @@
#define _MD4_H_
/* MD4 context. */
typedef struct MD4Context {
- unsigned long state[4]; /* state (ABCD) */
- unsigned long count[2]; /* number of bits, modulo 2^64 (lsb first) */
+ u_int32_t state[4]; /* state (ABCD) */
+ u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */
unsigned char buffer[64]; /* input buffer */
} MD4_CTX;
OpenPOWER on IntegriCloud