diff options
author | Andy Polyakov <appro@openssl.org> | 2004-07-25 21:10:43 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2004-07-25 21:10:43 +0200 |
commit | 16ab8a93bc96cacc1b5376cc084f70122368ee1f (patch) | |
tree | 0ab78377030cffb4017aa2f54bc6ad83d801c24d /crypto/md4 | |
parent | 'apps/openssl dgst -help' update and minor apps/speed.c update. (diff) | |
download | openssl-16ab8a93bc96cacc1b5376cc084f70122368ee1f.tar.xz openssl-16ab8a93bc96cacc1b5376cc084f70122368ee1f.zip |
Minor 64-bit md32_common.h update and minor unsignification of digests.
Diffstat (limited to 'crypto/md4')
-rw-r--r-- | crypto/md4/md4.h | 2 |
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); |