mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-15 04:46:24 +08:00
Remove warnings
This commit is contained in:
@@ -66,7 +66,7 @@ int format_bytes(FILE *fp, int format, int indent, const char *str, const uint8_
|
||||
return -1;
|
||||
}
|
||||
|
||||
for (i = 0; i < indent; i++) {
|
||||
for (i = 0; i < (size_t)indent; i++) {
|
||||
fprintf(fp, " ");
|
||||
}
|
||||
fprintf(fp, "%s: ", str);
|
||||
|
||||
Reference in New Issue
Block a user