summaryrefslogtreecommitdiff
path: root/crypto/md2
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/md2
parentc88f8f76b54d9d27f3c29645616d9ec427ee41c4 (diff)
downloadopenssl-new-16ab8a93bc96cacc1b5376cc084f70122368ee1f.tar.gz
Minor 64-bit md32_common.h update and minor unsignification of digests.
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
index 45bf4cc29c..15bd40c7b7 100644
--- a/crypto/md2/md2.h
+++ b/crypto/md2/md2.h
@@ -73,7 +73,7 @@ extern "C" {
typedef struct MD2state_st
{
- int num;
+ usigned int num;
unsigned char data[MD2_BLOCK];
MD2_INT cksm[MD2_BLOCK];
MD2_INT state[MD2_BLOCK];