summaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/md4.h')
-rw-r--r--crypto/md4/md4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h
index 9a5b6603fe..b080cbdc21 100644
--- a/crypto/md4/md4.h
+++ b/crypto/md4/md4.h
@@ -101,7 +101,7 @@ typedef struct MD4state_st
MD4_LONG A,B,C,D;
MD4_LONG Nl,Nh;
MD4_LONG data[MD4_LBLOCK];
- int num;
+ unsigned int num;
} MD4_CTX;
int MD4_Init(MD4_CTX *c);