diff options
Diffstat (limited to 'src/Crypto/Rmd160.h')
-rw-r--r-- | src/Crypto/Rmd160.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Rmd160.h b/src/Crypto/Rmd160.h index 4bdd794a..4dfa38f1 100644 --- a/src/Crypto/Rmd160.h +++ b/src/Crypto/Rmd160.h @@ -16,7 +16,7 @@ typedef struct RMD160Context #ifndef TC_WINDOWS_BOOT
uint64 count;
#else
- uint16 count;
+ uint32 count;
#endif
unsigned char buffer[RIPEMD160_BLOCK_LENGTH];
} RMD160_CTX;
|