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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h
index 22f7c06..ea4ec8a 100644
--- a/lib/libmd/md4.h
+++ b/lib/libmd/md4.h
@@ -26,7 +26,7 @@
#ifndef _MD4_H_
#define _MD4_H_
/* MD4 context. */
-typedef struct {
+typedef struct MD4Context {
unsigned long state[4]; /* state (ABCD) */
unsigned long count[2]; /* number of bits, modulo 2^64 (lsb first) */
unsigned char buffer[64]; /* input buffer */
OpenPOWER on IntegriCloud