summaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-25 19:10:43 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-25 19:10:43 +0000
commit16ab8a93bc96cacc1b5376cc084f70122368ee1f (patch)
tree0ab78377030cffb4017aa2f54bc6ad83d801c24d /crypto/md4/md4.h
parentc88f8f76b54d9d27f3c29645616d9ec427ee41c4 (diff)
Minor 64-bit md32_common.h update and minor unsignification of digests.
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);