Remove WIN32 warnings

This commit is contained in:
Zhi Guan
2023-02-06 22:36:39 +08:00
parent d4d2f64aaa
commit 591db2cc01
10 changed files with 5 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ int main(int argc, char **argv)
{
SM3_CTX sm3_ctx;
uint8_t buf[4096];
ssize_t len;
size_t len;
uint8_t dgst[32];
int i;