mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Remove warnings
This commit is contained in:
@@ -40,7 +40,6 @@ static char *dgsthex[] = {
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int err = 0;
|
||||
char *p;
|
||||
uint8_t dgst[16];
|
||||
uint8_t dgstbuf[16];
|
||||
size_t dgstbuflen;
|
||||
@@ -61,7 +60,7 @@ int main(int argc, char **argv)
|
||||
printf(" digest(error) = %s\n", dgsthex[i]);
|
||||
err++;
|
||||
} else {
|
||||
printf("md5 test %lu ok\n", i+1);
|
||||
printf("md5 test %zu ok\n", i+1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user