mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-08 01:16:26 +08:00
Remove cl building warnings
This commit is contained in:
@@ -59,7 +59,7 @@ int format_print(FILE *fp, int format, int indent, const char *str, ...)
|
||||
|
||||
int format_bytes(FILE *fp, int format, int indent, const char *str, const uint8_t *data, size_t datalen)
|
||||
{
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
if (datalen > (1<<24)) {
|
||||
error_print();
|
||||
|
||||
Reference in New Issue
Block a user