Remove ZUC warnings

This commit is contained in:
Zhi Guan
2022-10-12 15:26:52 +08:00
parent 68e4207b25
commit 50cefed24a
3 changed files with 15 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ typedef struct ZUC256_MAC_CTX_st {
ZUC_UINT32 T[4];
ZUC_UINT32 K0[4];
uint8_t buf[4];
int buflen;
size_t buflen;
int macbits;
} ZUC256_MAC_CTX;