restore previous unsigned change.

This commit is contained in:
christos 2020-03-29 14:58:22 +00:00
parent ba489ce6cd
commit abd445f9f1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ int MD4_Init(MD4_CTX *c)
void md4_block_data_order(MD4_CTX *c, const void *data_, size_t num)
{
const unsigned char *data = data_;
register MD32_REG_T A, B, C, D, l;
register unsigned MD32_REG_T A, B, C, D, l;
# ifndef MD32_XARRAY
/* See comment in crypto/sha/sha_local.h for details. */
unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,