mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Remove warnings on Windows
This commit is contained in:
@@ -110,7 +110,7 @@ bad:
|
||||
}
|
||||
|
||||
if (hex) {
|
||||
int i;
|
||||
size_t i;
|
||||
for (i = 0; i < len; i++) {
|
||||
fprintf(outfp, "%02X", buf[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user